
.invalid
{
    color: red !important;
}

.error-box p
{
    margin: 0;
    padding: 0;
}



.error
{
    color: red;
    padding: 4px;
    font-size: 11px;
    background-color: #ffeeee !important;
}

p.error
{
    margin-left: 0 !important;
}

.warn
{
    color: #EBA324;
    font-size: 11px;
    padding: 5px 10px;
    background: #FFE6BA;
}

.required
{
    color: red;
    font-weight: bold;
    padding-right: 5px;
}


*[disabled="disabled"], *[disabled="true"], *.disabled
{
    cursor: not-allowed !important;
}