
.rte input {
    float: left;
}
.rte label {
    color: #5E5E5E;
    display: inline-block;
    float: left;/*
    font-family: "Playfair Display SC";*/
    font-size: 12px;
    line-height: 30px;
    padding: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
    width: 200px;
}
.rte .send_helpcontact {/*
    background: url("../img/submit.png") no-repeat scroll 0 0 transparent;*/
    border: 0 none;
    float: left;
    height: 40px;
    width: 160px;
    cursor:pointer;
    margin: 20px 0 30px 198px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    clear: both;
}
.rte .p_contact_help { float:left; width:100%;}
.rte textarea {
    float: left;
    height: 80px;
}
#contact_form_messages {
    color: #67AEEE;
    float: left;/*
    font-family: "Playfair Display SC";*/
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}