/* CONTACT FORM */

#contact_en{
    width: 71%;
    position: relative;
    padding: 30px 0 20px 0;
    margin-bottom: 40px;
    float:left;
}

#contact_en .step_wrapper{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

#contact_fr:after{
    content: " ";
    clear: both;
    display: block;
}

#contact_en .textbox{
    min-width: 42%;
    margin-bottom: 11px;
    color: #6D6D6D;
    padding: 6px 5px;
    border: solid 1px #c4c4c4;
    display: block;
}


#contact_en .label{
    width: 10%;
    font-weight: normal;
    font-size: 14px;
    float: left;
    color: #333;
    text-align: left;
}

#contact_en .required{
    float: left;
    position: relative;
    width: 3px !important;
    color: #ff0000;
    margin-right:20px;
}

#contact_en .textarea{
    min-width: 56.5%;
    min-height: 172px;
    margin-bottom: 10px;
    border: solid 1px #c4c4c4;
    color: #6D6D6D;
    padding: 4px 5px;
}

#contact_en .submit {
    background: #0d8692;
    padding: 10px 25px;
    color: #fff !important;
    position: absolute;
    border: none;
    bottom: 14px;
    left: 55.5%;
    text-decoration: none;
    font-size: 14px;
}

#contact_en .reset {
    background: #0d8692;
    padding: 10px 25px;
    color: #fff !important;
    position: absolute;
    bottom: 14px;
    font-size: 14px;
    border: none;
    left: 38.6%;
    text-decoration: none;
}

#contact_en .label_required {
    display: block;
    width: 100%;
    position: relative;
    left: 14%;
    top: -8px;
    color: #993333;
}



