div#contact-us-top-ctr{
  display:inline-block;
}

div#contact-us-top-ctr{
  overflow:hidden;
  display:block;
  margin-bottom:20px;
}

div#contact-form-ctr div.form-element{
  float:none;
  clear:both;
  padding-bottom:10px;
}

div#contact-form-ctr div.form-element label{
  display:block;
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:10px;
}


div#contact-form-ctr div.form-element label.error{
  color:#880000;
  font-style:italic;
  font-weight:normal;
  margin-bottom:5px;
}

div#contact-form-ctr div.form-element textarea,
div#contact-form-ctr div.form-element input {
  width:400px;
}


div#contact-form-ctr div.form-element input.error,
div#contact-form-ctr div.form-element textarea.error{
  background:#ffdddd;
  color:#880000;
  border:1px solid #880000;  
}

ul#standard-items{
  float:left;
  width:200px;
}



ul#standard-items li address{
  font-style:normal;
}

ul#standard-items li span,
ul#standard-items li h3{
  color:#008bb0;
  cursor:pointer;
}

div#mapContainer{
  float:right;
  width:400px;
  height:300px;
}

div.captcha{
  background-color:#e2e2e2;
  width:390px;
  margin:0 0 10px 110px;
  padding: 5px;
}

div.captcha img{
  float:left;
}
div#contact-form-ctr div.captcha-opts{
  float:left;
  width:22px;
}

div#contact-form-ctr div.captcha span#refresh,
div.captcha a#audio{
  display:block;
  width:22px;
  height:20px;
  background:url(/securimage/images/audio_icon.gif);
}



div#contact-form-ctr div.captcha span#refresh{
  cursor:pointer;
  background:url(/securimage/images/refresh.gif);
}

div.captcha div.captcha-input{
  float:none;
  clear:both;
  padding-top:5px;
}

div#contact-form-ctr div.captcha input {
  width:100px;
}

div.subbtn{
  padding-left:110px;
}

