body {
  background: #F6F5EF;
  font-size: 12px;
}
.container {
  width:600px;
}
.container h3 {
  color:#0D6B53;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
.boxSize input[type="text"] {
   height: 11px;
   font-size: 9px;
   line-height: 11px;
}
.formee .label-horizontal {
  color: #0085b0;
  font-weight: normal;
  vertical-align: middle;
  height: auto;
  margin: 0.2em 0 0.3em;
  font-size: 16px;
}
.formee label {
  color: #0085b0;
  font-weight: normal;
  vertical-align: middle;
  display: block;
  height: auto;
  margin: 0.2em 0 0.3em;
  font-size: 16px;
}

.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.formee .formee-txt, .formee input[type="text"], .formee input[type="email"], .formee input[type="tel"], .formee input[type="date"] , .formee input[type="file"] {
    border-color: #c6c6c6 #dadada #eaeaea;
    background: #fafafa;
    color: #999;
    font-size: 1.4em;
    font-family: inherit;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 4px;
    margin-bottom: 15px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.formee input[type="file"] {
  margin-bottom: 8px;
}
.formee input[type="date"] {
  padding: 0px 4px;
}
.formee .formee-txt:hover, .formee input[type="text"]:hover, .formee input[type="email"]:hover, .formee input[type="tel"]:hover,.formee input[type="date"]:hover,.formee input[type="file"]:hover {
  color: #666;
  background: #fff none;
  border-color: #c6c6c6;
}

em.formee-req {
    font-weight: bold;
    font-style: normal;
    color: #390;
    font-size: 19px;
    line-height: 16px;
}
.formee-req {
    position: relative;
    top: 3px;
}

.btnWrapper {
  margin-top: 20px;
    display: inline-block;
    padding: 2px;
    background-color: #22648d;
    text-decoration: none !important;
}

.btn {
    display: inline-block;
    margin: 0;
    padding: 4px 6px;
    font-weight: normal;
    background-color: #22648d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    border: 0 none;
    font-size:14px;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

label.error {
  color: #E72124;
  display: inline-block;
}