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

#contactform	{
	width: 220px;
	display: block;
	margin: auto;
}
#contactform label	{
	float: left;
	text-align: left;
}
#contactform input	{
	float: right;
	width: 150px;
	height: 14px;
	text-align: left;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	color:#666666;
	font-size: 12px;
	margin-top: -2px;
	background-color: #ffffff;
}
#contactform select	{
	float: right;
}
#contactform textarea	{
	width: 220px;
	height: 150px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	color:#666666;
}
#contactform .submit	{
	float: none;
	width: auto;
	display: block;
	margin: auto;
	padding-left: 4px;
	padding-right: 4px;
	height: 19px;
	font-size: 14px;
	font-weight: normal;
	background-image: url(/required/images/submit_bg.gif);
	color: #ffffff;
	border-color: #676767;
}
#errors	{
	display: block;
	position: absolute;
	margin-left: 525px;
}
#errors .error	{
	color: #ff0000;
	margin-top: -2px;
	margin-bottom: 18px;
}