.wpcf7 { float: left; width: 100%; }
.wpcf7 p { margin-top: 10px; float: left; width: 100%; }
/*about and contacts*/
.about .wpcf7 {
  border-top: 2px solid #f09d25;
  margin-top: 20px !important;
  padding-top: 20px !important;
}
}
.about .wpcf7 input, .about .wpcf7 textarea {
  width: 300px;
}
/* villa */
.villa .wpcf7 {
  margin-left: 80px; width: 440px;
}
.villa .wpcf7 p { width: auto !important; }
.villa .wpcf7 input, .villa .wpcf7 textarea {
  width: 440px;
}

input, textarea , .wpcf7-select{
  box-shadow: inset 0px 1px 4px #DDD;
  padding: 9px;
  border: solid 1px #CCC;
  outline: 0;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
}
div.wpcf7-validation-errors {
  clear: both;
}
textarea {
  height: 150px;
  line-height: 20px;
}
input:hover, textarea:hover {
  border-color: #999;
}
input:focus, textarea:focus {
  border-color: #f09d25;
}
input:focus, textarea:focus {
    box-shadow: inset 0px 1px 2px #DDD;
}
.form label {
  margin-left: 10px;
  color: #999999;
}

.button_orange {
  border: 0;
  border-bottom: 1px solid #999 !important;
  background-color: #f09d25;
  background-image: url(./gfx/chrome.png);
  background-position: right center;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  float: left;
  clear: both;
  width: auto;
  padding: 9px 30px;
  font-weight: bold;
}
.button_orange:hover {
  background-color: #c1cc26;
  cursor: pointer;
  text-decoration: none;
}

.button_blue {
  border: 0;
  border-bottom: 1px solid #999 !important;
  box-shadow: none;
  background-image: url(./gfx/chrome.png);
  background-position: right center;
  background-repeat: repeat-x;
  width: auto;
  padding: 9px 30px;
  background-color: #e0f3fb;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  float: left;
  clear: both;
}
.button_blue:hover {
  background-color: #349dd1;
  color: #EEE;
  cursor: pointer;
  text-decoration: none;
}
