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

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { 
	display: none; 
}
input, textarea, select, checkbox {	
	border: 1px solid black;
	color:#000000;
	font-weight:normal !important;
}
input:focus, textarea:focus, select:focus, checkbox:focus{ 
	border: 1px solid black;
	color:#000000;
	font-weight:normal !important;
}
input.error, textarea.error, select.error, checkbox.error { 
	background-color: #F68699;
	color:#000000;
	font-weight:normal !important;
}

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