/* page contact */

#contact_left, #newsletter {
  background-color:#F4F4F4;
  border:1px solid #C7C9CF;
  float:left;
  font-size:11px;
  line-height:1.3em;
  margin:0 0 10px;
  min-height:300px;
  padding:8px 20px 30px;
}
#contact_left{
  width:450px;
}
#newsletter {
  width:95%;
  background:#F4F4F4 url(/images/newfront/bg_newsletter.jpg) right bottom no-repeat;
}
#contact_right {
  float:left;
  width:450px;
  margin-left:10px;
}
#contact_left h1, #contact_right h1 {
  font-size:15px;
  height:15px;
  margin:8px 0;
  text-indent:0;
  text-transform:uppercase;
  width:auto;
}
input, select {
  font-size:12px;
  margin:2px 0 6px;
}
input {
  font-family:"trebuchet ms",arial,helvetica,sans-serif;
  font-size:11px;
  line-height:1em;
}
.small {
  width: 55px;
}
.medium {
  width: 200px;
}
.large {
  width: 350px;
}
textarea {
  width: 350px;
  height: 120px;  
}

.formError {
  color: red;
  display: inline;
}

fieldWithErrors input {
}