/*forms*/
.form {}
.form .form-body {}
.form .form-fields {margin-left: -30px;}
.form .form-fields .field {margin-bottom: 30px; list-style: none; display: block;}
.form .form-fields .field label {color: #d13131; margin-bottom: 10px; font-size: 1.333em; line-height: 1; font-weight: bold; display: block;}
.form .form-fields .field input  {background: #ededed; width: 470px; margin-left:-4px; padding: 9px; font-size: 1.5em; border: 1px solid #ededed;}
.form .form-fields .field textarea {background: #ededed; width: 470px; margin-left:-4px; padding: 9px; font-size: 1.5em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; border: 1px solid #ededed;}
.form .form-fields .field select {background: #ededed; margin-top:0px; width: 490px; padding: 14px; font-size: 1.1em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; border: 1px solid #ededed;}

.form .form-footer button {background: #d13131; color: #fff; padding: 13px 30px; font-size: 1.5em; line-height: 1; border: 1px solid #d13131; cursor: pointer;}
.form .form-footer button:hover {background-color: #ef5050;}


.hdrImageWrap .hdrImage {position: relative; width: 980px; }
.hdrImageWrap .hdrImage .page-title {background: rgba(0,0,0,0.5); color: #fff; padding: 10px 20px; bottom: 30px; left: 0; position: absolute; font-size: 1.833em;}

