form {
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #444;
}

textarea {
  overflow: auto;
}

#formSearch .grid_1 {
  float: left;
  width: 130px;
  margin: 0px 5px !important;
}

#formSearch .grid_2 {
  float: left;
  width: 270px;
  margin: 0px 5px !important;
  overflow: visible;
}

#formSearch .grid_1 label,
#formSearch .grid_2 label {
  display: block;
}

#formSearch .grid_1 select {
  width: 100%;
}

#formSearch .grid_2 select {
  width: 100%;
}

#formSearch .grid_2 input {
  width: 264px;
}

#formVehicleInquiry .grid_2 {
  float: left;
  width: 270px;
  margin-left: 0px !important;
  margin-bottom: 5px !important;
}

#formVehicleInquiry .btnHeavy {
  float: left;
  margin-left: 120px;
}

.checkboxList br {
  display: none;
}

div.checkboxLabeled input {
  margin: 0px 5px 5px 0px;
  padding: 0;
  float: left;
  width: auto !important;
}

div.checkboxLabeled label {
  float: left;
  margin: 0;
  padding: 0;
  width: auto !important;
}

.formRow {
  clear: both;
  margin-bottom: 5px;
  min-height: 24px;
}

.formRow label {
  float: left;
  width: 120px;
  padding-top: 4px;
}

.formRow input {
  float: left;
  width: 248px;
}

#formVehicleInquiry .formRow input {
  width: 310px;
}

.formRow select {
  float: left;
  width: 255px;
}

#formVehicleInquiry .formRow select {
  width: 90px;
}

.formRow textarea {
  float: left;
  width: 248px;
}

#formVehicleInquiry .formRow textarea {
  width: 314px;
}

.captcha {
  padding-left: 120px;
  margin-bottom: 15px;
}

.captcha img {
  float: left;
  margin-right: 15px;
}

.captcha a {
  line-height: 26px;
  color: #3e5f88 !important;
  text-decoration: none;
  padding-left: 10px;
  background: transparent url(../images/icon-arrow-right-orange.gif) no-repeat left center;
}

.captcha input {
  display: block;
  width: 123px;
}

#formVehicleInquiry .captcha input {
  display: block;
  width: 165px;
}

.hint {
  display: block;
  margin: 10px 0px !important;
}


/* Errors
----------------------------------------------------------------------------------------------------*/

label.error {
 color: #e20b2c;
}

div.errorSummary {
  font-weight: bold;
  color: #e20b2c;
  margin-bottom: 10px;
}

div.errorSummary p {
  margin: 0px 0px 10px;
}

div.errorSummary ul {
  margin: 0;
  padding: 0;
}

div.errorSummary ul li {
  margin-left: 15px !important;
}

.action {
  margin-left: 120px;
}

.infoSuccess {
  font-weight: bold;
  margin-bottom: 20px;
}
