.contact_form
{
	width:200px;
	margin:auto;
	float:right;
}
.error_strings {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#c9bcab;
	text-align: left;
}
.error_stringsred {
	width:200px;
	min-height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align: left;
	padding-bottom:5px;
}
.buttonsend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background-color: #CCC;
	font-weight: bold;
}
#contactForm_title
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:30px;
	text-align:center;
	padding-top:5px;
}
#contactForm_name
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:40px;
	text-align:center;
	font-size: 12px;
}
#contactForm_email
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:40px;
	text-align:center;
	font-size: 12px;
}
#contactForm_phone
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:40px;
	text-align:center;
	font-size: 12px;
}
#contactForm_message
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	text-align:center;
	font-size: 12px;
}
#contactForm_button
{
	font-family: Arial, Helvetica, sans-serif;
	width:200px;
	height:40px;
	text-align:center;
}
