div.error{
  display: block;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  width: 100%;
  padding: 10px;
}
.mb30{
  margin-bottom: 30px;
}
#company-contact input[type="text"],
#company-contact input[type="tel"],
#company-contact input[type="email"] {
    width: 100%;
    height: 36px;
    background: #eee;
    border: 1px solid #bebebe;
    font-size: 1em;
    text-indent: 0.7em;
}
#company-contact textarea {
    width: 100%;
    background: #eee;
    border: 1px solid #bebebe;
    font-size: 1em;
    padding-left: 0.7em;
}
span.require {
    display: inline-block;
    margin-left: 5px;
    color: #d9534f;
}

.form-group input:disabled,
.form-group textarea:disabled{
    background-color:#ddd!important;
}

input#submit_button:disabled{
    background-color: #bbb!important;
    color: #fff!important;
}
.inline_block{
  display: inline-block;
}

#formbutton{
    background:#eee;
    width:50%;
    margin:0 auto;
}