/*.tdLabel {text-align:right; width:35%;}*/  /* Para label Webwork*/    
.required {
    color:  red;
} /* Asterisco formulario Webwork*/

/*.cuponenviar .required {
    color:  #EDCC59;
} */

.errorMessage {
    font-weight: bold; 
    text-align: center; 
    color: red; 
} 

.notifyMessage {
    color: black;
    font-weight: bold;
    padding: 4px;
    text-align: center;
} 

.tdLabel{
    text-align: right;
    width: 40%;
}

.tdCampo{
    text-align: left;
    width: 60%;
}

.tdCampoLargo{
    text-align: left;
    width: 90%;
}

.tdBoton{
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

.label {
    margin-right: 5px;
    display: block;
}

.wwFormTable td {
    padding-top: 5px;
}
