@CHARSET "UTF-8";

.container-fluid {
    max-width: 800px;
}

.contact-form {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}
.contact-form * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.contact-form .form-group {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.contact-form .form-group.help-block {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 23.5%;
    width: 74.5%;
}

.contact-form .section {
    margin-top: 7px;
    margin-bottom: 10px;
}

.contact-form .required-fields {
    margin: 10px 0px;
    font-weight: bold;
    color: #525252;
}
.contact-form sup {
    color: #525252;
    font-size: 24px;
    margin: 0px 3px;
    vertical-align: top;
    top: 0.5em;
}
/*.contact-form .asteriskField {
    color: #525252;
    font-size: 24px;
    margin-left: 3px;
    vertical-align: top;
}*/
.contact-form label {
    color: #525252;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 4px;
    width: 23.5%;
}
.contact-form label.label_right {
    float: none;
    width: auto;
}
.contact-form select {
    color: #000000;
    width: 66%;
    border-color: #9D9D9D;
    height: auto;
    display: inline;
}
.contact-form select.small_right {
    width: 21%;
}
.contact-form textarea {
    height: auto !important;
    width: 93% !important;
}
.contact-form .textinput,
.contact-form .emailinput,
.contact-form .numberinput {
    color: #333333;
    width: 67%;
    height: 18px;
    margin: 0;
    padding: 1px 0px;
    line-height: normal;
    font-weight: normal;
}
.contact-form .numberinput {
    width: 21.5%;
}
.contact-form .large_left {
    width: 69%;
    padding-top: 0px;
}
.contact-form .form-group > .checkbox,
.contact-form .controls > .checkbox {
    width: 92%;
    padding-left: 25px;
}
.contact-form .checkbox input {
    margin-left: -25px;
    margin-top: 0px
}
.contact-form .checkbox + .checkbox {
    margin-top: 5px;
}

.helptooltip {
    /*position: relative;
    z-index: 3000;*/
    border: 1px solid #CCCCCC;
    background-color: #eeeeee;
    padding: 5px;
    opacity: 0.95;
    display    : none;
    font-size  : 12px;
    clear: both;
    font-style: italic;
    font-weight: normal;
    margin-left:-25px;
    line-height: 1.2;
    color: #333333;
}

.terms-of-use { text-decoration: underline; }
