@charset "utf-8";
/* CSS Document */

form#frmContact fieldset{
	border:solid 1px #00FF00;
}

form#frmContact legend{
	
}

form#frmContact ul{
	list-style:none;
	margin:0;
	padding:0;

}

form#frmContact ul li{
	padding:10px;

}

form#frmContact ul li label{
	display:block;
	float:left;
	width:150px;

}

form#frmContact ul li label{
	clear:both;
}

ul.errors{
	color:#ff0000;
}

ul.errors li{
}

.status{
	color:#006600;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;

}