.email_form_text {
    font             : bold 12px verdana;
    color            : #43587a;
    padding-right    : 5px;
    white-space      : nowrap;
    text-align       : right;
}

.email_input {
    border           : 1px solid #43587a;
    font             : 12px verdana;
    background-color : #ffffff;
    color            : #43587a;
}

.email_button {
    border           : 1px solid #000000;
    font             : bold 12px tahoma;
    cursor           : hand;
    background-color : #43587a;
    color            : #ffffff;
}

.email_form_text_error {
    font             : bold 12px verdana;
    color            : #ff0000;
    padding-right    : 5px;
    white-space      : nowrap;
}

.email_form_text_success {
    font             : bold 12px verdana;
    color            : #43587a;
    padding-right    : 5px;
    white-space      : nowrap;
}