label.error
{
    color: Red;
}

div label.error
{
    color: Red;
    display: inline;
    float: none;
}

.reg dd label.error
{
    display: inline;
    float: none;
}

.validation-summary-errors ul
{
    height: 12px;
    line-height: 12px;
    margin: 15px 0px 0px 200px;
    color: Red;
}

.field-validation-error
{
    width: 100%;
    height: 12px;
    line-height: 12px;
    margin: 2px 0px 0px 10px;
    color: Red;
}