
.contact-data{
  width: 800px;
  background-image: url(../images/contact.jpg);
  background-repeat: no-repeat;
  background-position: 360px 10px;
}

.contact-data span{
  font-size: 13pt;
}

.contact-form{
  width: 800px;
  height: 297px;
  padding-top: 30px;
}

.contact-form form{
  padding: 0;
  margin: 0;
}

.contact-map{
  float: left;
  width: 360px;
}

.contact-thanks{
  padding-top: 70px;	
  padding-left: 90px;
  float: left;
}

.contact-inputs{
  padding-right: 10px;
  float: left;
  position: relative;
}

.input{
  width: 418px;
  height: 18px;
  background-image: url(../images/contact-input.jpg);
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 7pt;
  font-weight: bold;
}

.input input{
  height: 12px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
}

.name{
  width: 331px;
}

.company{
  width: 325px;
}

.phone{
  width: 370px;
}

.email{
  width: 370px;
}

.contact-area{
  width: 416px;
  height: 131px;
  background-image: url(../images/contact-area.jpg);
  background-repeat: no-repeat;
  padding: 3px;
}

.contact-area textarea{
  width: 416px;
  height: 129px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
}

.security{
  width: 328px;
  padding-top: 15px;
}

.security-question{
  float: right;
  padding-right: 8px;
  margin-top: 3px;
}

.captcha{
  float: right;
  width: 74px;
  height: 19px;
  padding-left: 10px;
  padding-top: 3px;
  background-image: url(../images/contact-captcha.jpg);
  background-repeat: no-repeat;
  margin-top: 2px;
}

.captcha input{
  width: 60px;
  height: 10px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  text-align: center;
}

.button{
  float: right;
  padding-left: 10px;
  padding-top: 2px;
}

#contact-error{
  background-color: #F1F1F1;
  border: 2px solid #FF0000;
  padding: 15px;
  position: absolute;
  right: 90px;
  top: 40px;	
}

.c_error_fieldset{
  width: 200px;
  text-align: left;
  border: none;
}

.c_error_legend{
  padding-bottom: 2px;
  color: #FF0000;
  font-family: Verdana;
  font-size: 8pt;
  border: 1px solid #B8B5B3;
  background-color: #FFF;
  padding: 2px 5px;
}

.c_error_container{
  padding: 8px 10px;
}

.c_error_label{
  padding: 2px;
  color: #555;
  font-family: Verdana;
  font-size: 8pt;
}

.c_error_close{
  padding-top: 10px;
  text-align: center;
}

.c_error_close A:link, .c_error_close A:visited{
  color: #FA6900;
}

.contact-address{
  font-size: 17pt;
}

.contact-phone{
  font-size: 12pt;
}

.contact-phone span{
  color: #0f4771;
  font-size: 18pt;
}

