.contact{
  margin-left: 20px;
  padding-bottom: 20px;
  position: relative;
}
.contact-left{
  width: 700px;
  float: left;
}
.contact-right{
  width: 250px;
  margin-left: 10px;
  float: left;
}
.contact-form{
  background: url('../images/contactform_bg.png');
  width: 690px;
  height: 331px;
  margin-top: 10px;
  color: #FFF;
  position: relative;
  margin-bottom: 10px;
}

.contact-form input[type=text], .contact-form textarea{
  border: 1px solid #424C96;
}

.contact-form-title{
  width: 165px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px
}
.contact-form-left{
  width: 180px;
  margin: 10px 20px 0 20px;
}
.contact-form-left .radios, .contact-form-left .search-select{
  margin-bottom: 5px;
}
.contact-form .info{ font-size: 11px; }
.contact-form-left input[type=text]{
  width: 100%;
}
.contact-form-right{
  position: absolute;
  left: 220px;
  top: 10px;
}
.contact-form-right .newsletter{
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form-right textarea{
  width: 100%;
  height: 150px;
}
.contact-form-right .captcha{
  float: left;
  margin-right: 10px;
}
.contact-form-right .entercaptcha input[type=text]{
  width: 80px;
}
.contact-form-right a{
  text-decoration: underline;
}
.contact-form input[type=submit]{
  background: url("../images/search_button.png") repeat scroll 0 0 transparent;
  border: 0 none;
  color: #FFFFFF;
  font-weight: bold;
  height: 27px;
  line-height: 20px;
  padding: 2px 0 5px 18px;
  text-align: left;
  width: 87px;
  float: right;
}
#message{
  width: 690px;
}
.contact-address{
  font-size: 11px;
}

#map{
  width: 240px;
  height: 350px;
  box-shadow: 0 0 4px #CCC;
  margin-bottom: 10px;
}

.formmodule-location{
  width: 236px;
  background: #A5A6A7;
  border: 3px solid #434D96;
  border-radius: 10px;
  margin-bottom: 10px;
}
#routeform{
  padding: 0 10px;
}
.formmodule-location h2{
  background: #434D96;
  padding-left: 10px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.formmodule-location select{
  display: none;
}
