/*div.mailform{background: #CEE2EB;}*/
form#mailform2, form#contact{
  background: #CEE2EB;
}

div.mailform input{font-size: 10px}

div.mailformtop{padding: 10px 10px 10px 0px;}
div.mailformtop input{margin: 0 3px 0 10px;}
div.mailformleft{
  padding: 0 0 0 10px;
  float: left;
  width: 280px;
}
div.mailformleft input{
  margin: 0 0 10px 0;
  width:260px;
  height:14px;
}
div.mailformright{float: left; width: 290px;}
div.mailformright textarea{ width: 275px; height: 110px; }

.mailformbottom select{
  height:18px;
  width: 180px;
  line-height: 14px;  
  padding-bottom: -4px;
}
hr{
  color: #ff0000;
  height: 1px;
  border:none;
  border-top: 1px solid #3095B4;
}

div.mailformfooter div.mailformright input{
  margin-bottom: 0px;

  width: auto;
  float: right;
  margin-right: 10px;
}
div.mailformfooter{
  height: 20px;
}

div.mailformfooter div.mailformleft input{ margin-bottom:5px; width: auto; height: auto;}

#checkbox1, #checkbox2{
  float:left;
  width:auto;
}

div.checkboxDescr{
  padding: 0 30px;
  text-align: left;
}

input.button { 
  background-color:#7EA8BE; 
  font-weight: bold; 
  color: #fff; 
  border: 2px solid #E7F1F3; 
  padding: 0px 4px;
}
