/** === CONTACT FORM === */
.label{
    display: inline-block;
    width: 80px;
    margin: 0px;
    vertical-align: top;
    padding-top: 3px;
}
.req{
    color: #ED3C3C;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
    padding-top: 3px;
}
.req small{
    font-weight: normal;
    font-size: 11px;
    vertical-align: top;
}
.contactload{
    margin: 4px 0px 0px 8px;
    height: 17px;
    line-height: 16px;
    padding-left: 22px;
    padding-top: 5px;
    display: inline-block;
    vertical-align:top;
    font-style: italic;
    font-size: 11px;
}
#contact_success{
    background: #e9ffa9 url(images/ok.png) 5px 50% no-repeat;
    border: 2px solid #6d8231;
    color: #607426;
    padding: 15px 0px 15px 45px;
    margin: 0px 0px 20px;
    position: relative;
    font-weight: bold;
}
#contact_error{
    background: #fdcbcb url(images/wrong.png) 5px 50% no-repeat;
    border: 2px solid #a10000;
    color: #a10000;
    padding: 15px 0px 15px 45px;
    margin: 0px 0px 20px;
    position: relative;
    font-weight: bold;
}
#contact_success .jq_close, #contact_error .jq_close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(images/close.png) 0 0 no-repeat;
}