

select, input {
	font:normal 8pt arial, hevetica, sans-serif;
}

input, select {
/*border: 1px solid #32537c;*/
color:#00207B;
}

input:focus, select:focus, textarea:focus
{
background-color:#fcd5c7;;
}

/*input:focus { border: 1px dotted black; }*/
input.error { border: 1px dotted red; background-color:#fcd5c7;}
select.error { border: 1px dotted red; ; background-color:#fcd5c7;}
textarea.error { border: 1px dotted red; ; background-color:#fcd5c7;}


div.container {
	background-color: #eee;
	border: 1px solid red;
	margin-bottom: 20px;
	padding: 5px;
	width:600px;
	font: 12px arial, hevetica, sans-serif;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}




