
/*
  Soarce Contact Form Styles
*/

.contactForm 
{
  
}

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

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

.contactFormLabel 
{
  margin-top: 5px;
  float:left;
  width: 120px;
  font-weight: bold;
  padding-left: 10px;
}

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

.contactFormTextField
{
  width: 200px;
  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;
}

.contactFormError
{
  color: #f00;
  clear: both;
  height: 48px;
  padding-top:20px;
  text-align: center;
}

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

