.anti-bot {
  display: none;
}

form .info {
  font-size: 11px;
  color: #444;
  padding-left: 4px;
  margin-bottom: 0;
  font-family: Arial, Sans-Serif;
}

#form_success,
#form_errors,
form p,
form p.intro,
form label {
  font-size: 12px;
  font-family: Arial, Sans-Serif;
}

form h2, form h3 {
  margin: 10px 0 5px 0;
  color: #336699;
}

form h3 { font-size: 18px !important; }

form span.instruction {
  font-size: 10px;
  padding-top: 4px;
  display: block;
  clear: both;
  color: #444;
}
form span.general {
  padding-top: 0;
  color: #333;
  padding-bottom: 5px;
}

#MB_caption {
  font-size: 17px !important;
}

form label {
  padding-top: 5px;
  padding-bottom: 4px;
  display: block;
}

form #contact_form_last_name{
  margin-left: 5px;
}
form input {
}
form input.text {
  width: 140px;
  border: 1px solid #dedede; 
  background: #fff;
}
form select,
form textarea {
  border: 1px solid #dedede; 
  background: #fff;
}
form input.company {
  width: 260px;
}
form input.email {
  width: 260px;
}
form input.phone {
  width: 260px;
}

form label.email {
 width: 40px;
}

form .budget .instruction {
  width: 300px;
}

form textarea {
  clear: both;
  display: block;
  margin-top: 5px;
  width: 410px;
}

form .group {
  display: block;
  clear: both;
  margin: 0;
  padding: 5px 0;
}

form .section {
  margin-top: 15px;
}

form .submit {
  clear: both;
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: right;
}
form .submit input {
  float: right;
  width: 121px;
  height: 41px;
  padding-left: 10px;
  text-indent: -999em;
  font-size: 0px;
  text-align: left;
  overflow: hidden;
  color: #1e5677;
  margin-right: 10px;
  cursor: pointer;
  background: none;
  border: 0;
  background: url('../images/submit-button.gif') no-repeat;
}


#form_errors strong {
  color: red;
}
#form_errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input.error,
select.error,
textarea.error {
  background: #fbe5df !important;
  border: 1px solid red !important;
}

form .column-1 {
  float: left;
  width: 420px;
  margin-top: -5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
form .column-2 {
  float :right;
  width: 420px;
  padding-right: 5px;
  margin-top: -5px;
  padding-bottom: 5px;
}

img { border: 0; }