span.required {
    position: absolute;
    margin-left: 6px;
    color: #FB0000;
    font-size: 22px;
}
span.optional {
    position: absolute;
    margin-left: 6px;
    color: black;
    font-size: 10px;
    text-decoration: underline;
    margin-top: 5px;
}
#profileForm span.required {
    position: absolute;
    top: 5px;
    right: 6px;
    color: #FB0000;
    font-size: 17px;
}
#feedbackForm span.required {
    position: absolute;
    top: 30px;
    right: 6px;
    color: #FB0000;
    font-size: 17px;
}
#vendor_registration_form .required {
    position: absolute;
    top: 0;
    right: 6px;
    color: #FB0000;
    font-size: 15px;
}
#member_registration_form .required {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 15px;
}
/*.orderEditForm span.required {*/
/*    position: absolute;*/
/*    top: 38px;*/
/*    right: 6px;*/
/*    color: #FB0000;*/
/*    font-size: 17px;*/
/*}*/