#content{
  font-family: Arial;
  font-size: 11px;
}

form{
  text-align:left;
  font-family: Arial;
  font-size: 11px;
}

label{
  text-align:right;
  width:150px;
  display:block;
  font-weight:bold;
  float:left;
  margin-top: 15px;
  margin-right: 7px;
  color: #00436a;
  font-family: Arial;
}

input, textarea{
  border: 1px solid #5f5f5f;
  margin-top: 15px;
}

textarea{
  margin-top: 7px;
}
#contact_form{
  width: 100%;
  color: #5f5f5f;
  background: url(/images/lite_orange_bg.png) no-repeat bottom center;
}

#inside_div{
  width: 400px;
}

#submit_but{
  background: url(/images/buttons/contact_send.png) no-repeat center;
  width: 104px;
  height: 27px;
  border: none;
}
