﻿/* Validation styles ------ */
label.error {
    background: url("../images/unchecked.png") no-repeat scroll 0 0 transparent;
    color: #EA5200;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 16px;
}

