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

#contactbox img
{
	margin-left: 26px;
	margin-bottom: 15px;
}

#contactform
{
	border: none;	
	margin: 0;
	padding:0;
	
	min-height: 266px;
}

#contactform ol
{
	margin: 20px 0 0 17px;
	padding:0;
}

#contactform ol li
{
	list-style-type: none;	
	margin-bottom: 12px;
	
}

#contactform ol li input
{
	background-color: #FFF;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 5px;
	width: 144px;
	;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#contactform ol li textarea
{
	background-color: #FFF;
	font-size: 12px;
	border: 1px solid #FFF;
	padding: 5px;
	width: 144px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#contactform ol li input#submitbtn
{
	background: none;
	border: none;
	width: auto;
	height: auto;
}

.error
{
	background-color: #F00;
	color:#FFF;
}	