/* CSS Document */

div.info {
  float: left;
}

.form {
  margin-top: 32px;
  width: 438px;
  float: right;
  border: 1px solid #d9d9d9;
  padding: 15px 10px;
  display: block;
}

form {
  clear: both;
}

.field {
 margin: 13px 0px;
}


label {
  color: #303030;
  width: 140px !important;
  float: left;
  line-height: 20px;
}


.field input, .field textarea {
    width: 288px;
    margin-left: 150px;
    display: block;
    margin: 0px;
    border: 1px solid #bbbbbb;
    height: 16px;
    padding: 2px;
}

.field textarea {
  height: 115px;
}

.s {
  width: 222px !important;
  height: 29px !important;
  border-style: none;
  float: right !important;
}

p.info {
  color:#303030;
  line-height: 14px;
}

.details {
  overflow: auto;
}

.details img {
  margin-top: 36px;
}

.details .left, .details .right{
  width: 210px;
  float: left;
}

.recaptcha_input_area label {
float: none;
}

.error {
text-align: center;
font-weight: bold;
color: #ff0000;
padding-top: 10px;
padding-bottom: 10px;
}