/*
	Soarce Contact Form Styles
*/

.contactForm 
{
   overflow:visible;
}

.contactFormRow 
{
	clear: both;
	height: 28px;
}

.contactFormRowMessage
{
	clear: both;
	height: 85px;
}

.contactFormLabel 
{
	font-size: 1.2em;
	margin-top: 5px;
	float:left;
	width: 80px;
	font-weight: bold;
	padding-left: 10px;
}

.contactFormValue 
{
	margin-top: 5px;
	float: left;
}

.contactFormTextField
{
	width: 180px;
	border: solid 1px #333;
	background-color: #fff;
	float: left;
}

.contactFormMessageTextField
{
	width: 320px;
	height: 80px;
	border: solid 1px #333;
	background-color: #fff;
}

.contactFormValidatorMessage
{
	margin-left: 5px;
	margin-top: 5px;
	float:left;
}

.contactFormValidatorMessage span 
{
   font-weight:bold;
   display:block;
   position:relative;
   overflow:visible;
   float: left;
}

.contactFormThankyouRow
{
	clear: both;
	height: 48px;
	padding-top:20px;
	text-align: center;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
