#stateOK, #stateERR, #stateINFO {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	color: white;
}

#stateOK { background-color: #008000; }
#stateERR { background-color: red; }
#stateINFO { background-color: #ff9900; }
