
#contact-subject,
#contact-email,
#contact-company,
#contact-source
{ 
  width: 250px;
  }


textarea 
{ 
  width: 440px;
  height: 150px;
  margin-bottom: 10px;
  }

.contact-left
{ 
  width: 170px;
  text-align: right;
  padding-right: 10px;
  color: #000000 !important;
  }

.required 
{ 
  font-weight: bold;
 }

.contact-fields TR TD
{ 
  padding-top: 5px;
  padding-bottom: 5px;
}

h2
{ 
  color: #b81600 !important;
}

#errormsg
{
  color: #FFFFFF;
  background: #b81600 !important;
  font-weight: normal;
  padding: 3px;
  display: inline;
  }