﻿body {
  background: #cececc;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #4D4E53;
  font-size: 12px;
}
body #contact-form {
  width: 418px;
  margin: 5px auto;
  padding: 10px;
  background: #ffffff;
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  min-height: 400px;
}
body #contact-form h2 {
  color: #cccc00;
  font-size: 12px;
}
body #contact-form .head {
  width: 100%;
  /*border: 5px solid #ffffff;*/
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom: 4px solid #80815a;
  background: #c6c200;
  height: 100px;
  position: relative;
  margin-bottom: 10px;
}
body #contact-form .head .logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
body #contact-form .head .close {
  opacity: 1 !important;
  position: absolute;
  right: 20px;
  top: 20px;
}
body #contact-form form .col-xs-12 input,
body #contact-form form .col-xs-12 textarea {
  width: 100%;
}
body #contact-form form .col-xs-12 textarea {
  height: 100px;
  resize: none;
}
body #contact-form form label {
  font-size: 11px;
  font-weight: normal;
  display: block;
}
body #contact-form form .field-validation-error {
  display: block;
  color: #ff0000;
  font-size: 11px;
}
body #contact-form .submit,
body #contact-form .closebutton {
  border: none;
  margin: 0 auto;
  display: inline-block;
  padding: 3px 16px;
  color: #ffffff;
  background: #cccc00;
  font-size: 12px;
  opacity: 1 !important;
  font-weight: normal;
  float: none !important;
}
/*# sourceMappingURL=ContacFriend.css.map */