@charset "UTF-8";
/* CSS Document */

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display:none !important;	
}
div.error { 
	display: none; 
}

input:focus, textarea:focus, select:focus, checkbox:focus{ 
	color:#000000;
	font-weight:normal !important;
}
input.error, textarea.error, select.error, checkbox.error { 
	color:#FFFFFF;
	background-color:#496F84;
	opacity:0.8;
	font-weight:normal !important;
}

#warning
{
	color: #0084D7;
}

#errMsg
{
	color: red;
	font-weight: bold;
	display: none;
	font-size:12px;
}
