/*===============================================================================
	CSS Document Author: Michael Oleksak - StarsnSites.com
	Copyright ©2011 all rights reserved. Contact Form Stylesheet
===============================================================================*/
.contact_form_container {
	background:url(images/contact_from_2011.jpg) no-repeat;
	width:700px;
	height:350px;
	padding:30px 10px 10px 10px;
	margin:auto;
}
.contact_form_table {
	width: 680px;
}
.contact_form_table td {
	padding:4px;
}
.contact_form_table_label {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#111;
}
.contact_form_label {
	font-weight:bold;
	text-align:right;
	color:#89443d;
}
.contact_form_table select {
	width: 310px;
	height: 28px;
	background: #fff;
	font-size: 16px;
} /* This is for the Actual Form Input */
.contact_form_table option {
	width: 310px;
	height: 28px;
	background: #fff;
	border-bottom:1px solid #fff;
	font-size: 16px;
} /* This is for the Actual Form Input */
.contactInput {
	width: 200px;
	background: #fff;
	border:1px solid #ccc;
	padding: 2px;
} /* This is for the Actual Form Input */
.contacttextarea {
	width: 310px;
	height: 150px;
	background: #fff;
	border:1px solid #ccc;
	font-size: 14px;
}
.VCInput {
	width: 160px;
	height:40px;
	background: #fff;
	border:1px solid #ccc;
	vertical-align: middle;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
}
/*===============================================================================
	End Stylesheet
===============================================================================*/