.block-contact{
  width: 600px;
  margin-left: 60px;
}

.contact-data{
  width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contactAddress{
  float: left;
  height: 60px;
  padding-left: 20px;
  border-left: 3px solid #FFF;
  line-height: 150%;
  font-size: 9pt;
}

.contactPhone{
  float: left;
  height: 60px;
  padding-left: 20px;
  border-left: 3px solid #00AEEF;
  line-height: 150%;
  font-size: 9pt;
  margin-left: 50px;
}

.contact-map{
  padding: 10px 0;
}

.contact-form{
  background-color: #D6EDFF;
  padding: 5px 0;
}

.contactInputs{
  padding-right: 10px;
  float: left;
}

.input{
  width: 311px;
  height: 18px;
  background-image: url(../images/contactInput.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: 224px;
}

.company{
  width: 218px;
}

.phone{
  width: 263px;
}

.email{
  width: 263px;
}

.contactArea{
  width: 268px;
  height: 137px;
  float: left;
  background-image: url(../images/contactArea.jpg);
  background-repeat: no-repeat;
  padding: 3px;
}

.contactArea textarea{
  width: 260px;
  height: 130px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
}

.sb-outer{
  position: relative;	
}

.security{
  width: 316px;
  position: absolute;
  left: 0;
  top: -27px;
}

.securityQuestion{
  float: left;
  padding-right: 3px;
  margin-top: 3px;
}

.captcha{
  float: left;
  width: 74px;
  height: 19px;
  padding-left: 10px;
  padding-top: 3px;
  background-image: url(../images/contactCaptcha.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: 3px;
  padding-top: 2px;
}

.c_error_fieldset{
  width: 575px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #ED2100;
}

.c_error_legend{
  padding-bottom: 2px;
  color: #DC3030;
  font-family: Verdana;
  font-size: 8pt;
}

.c_error_container{
  padding: 10px 20px;
}

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