/* global */
body {margin: 0;background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:100%;line-height:1em;color:#666666;}
.border-round-4 {-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}

/* email success */
.email-success {color: #009b12;}

/* chaptcha */
.captcha-section {min-height: 100px;}
.code-section {float: left; width: 180px;}
.captcha {float: left; margin-right: 10px; border: 1px #cccccc solid; margin-bottom: 10px;}

/* formular */
.inputfield {margin-bottom: 10px;}
.inputfield.captcha {width: 90px;}
.inputfield.text-short {width: 90%;}
.inputfield.text-long {width: 90%;}
.inputfield.text-area {width: 90%;height: 250px;resize: none;}
.field-decription {font-size: 0.8em; color: #999999;}
.button {
  background: #15324b;
  cursor:pointer;
  border-radius: 4px;
  color: #F9F9F9;
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin-left: 3px;
  padding: 7px 22px 9px 23px;
  position: relative;
  text-decoration: none;
  border: none;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -khtml-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.button:hover {
  background: #FF4100;
}
.input-error {font-size: 0.8em; color: #953b39; margin-bottom: 5px;}
.base-error {font-size: 0.9em;width: 570px;padding: 10px 20px; margin-bottom: 10px;color: #953b39;background-color: #F2DEDE; border: 1px #EED3D7 solid;}

.form-control {
  display: block;
  width: 200px;
  height: 24px;
  padding: 2px 5px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #15324B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.has-error.form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error.form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
