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


#contactform textarea{
	width:100%;
	overflow:hidden;
}

#contactform td.buttons{
	width:458px;
}

#contactform #reset{
	float:right
}

#contactform input.error, textarea.error{
	border:2px solid #ff8a8a; 
	background-color:#fff;
}
.largeBlock form td .highlight{
	float:right;
} 


