@CHARSET "UTF-8";

#alert_top,#alert_base{
	background-color: #ffffff;
	font-weight:bold;
	color: #aa0000;
	display:none;
	padding: 10px;
	margin: 10px 0;
	border: dashed 2px #cc0000;
	width: 85%;
}

.alertTxt{
	color: #cc0000;
	font-weight:bold;
}

#contactForm .alertField, #contactForm .alertField select, #contactForm .alertField option{
	background-color:#cc0000;
	background-image: none;
}

#contactForm .alertField, #contactForm .label_wrapper:hover .alertField{
	color: #ffffff;
}

#contactForm .label_wrapper:hover .alertTxt{
	color: #fedd00;
}

#contactForm .alertField select, #contactForm .alertField option{
	color: #ffffff;
	font-weight: bold;
}

#contactForm .alertField optgroup{
	color: #660000;
	background-color: #ffffff;
}
