.module-information{
  float: right;
  background: #FFFFFF;
}
li a.active{
  font-weight: bold;
}

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

.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;
    width: 450px;
}
.contact-form-right .newsletter{
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form-right textarea{
  width: 100%;
  height: 80px;
}
.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;
}
