.required{
    color: #ff000a;
    font-size: 11px;
    font-weight: bold;
}

.inputRequired{
    border: 1px solid #ff000a !important;
}

.valid{
    color: #0045ff;
    font-size: 11px;
    font-weight: bold;
}

.warning{
    width: 80%;
    min-height: 30px;
    background: #ffdfe1 url(../images/icons/warning.png) no-repeat 10px center;
    margin: 5px auto;
    padding: 10px 0px 10px 60px;
    border: 2px solid #ff000a;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.warning ol{
    margin-left: 20px;
}

.success{
    width: 80%;
    min-height: 30px;
    background: #bfd0ff url(../images/icons/success.png) no-repeat 10px center;
    margin: 5px auto;
    padding: 10px 0px 10px 60px;
    border: 2px solid #0045ff;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}