﻿
.readonly { background-color: #f5f3f3; cursor: not-allowed; }
input.Date { background-image: url(Images/Icons/date.png); background-repeat: no-repeat; background-position: right center; }
input.Number { background-image: url(Images/Icons/number.png); background-repeat: no-repeat; background-position: right center; }
input.Email { background-image: url(Images/Icons/Email.png); background-repeat: no-repeat; background-position: right center; }
input.required {
    background: #FFF2F2;
}

input.error {
    background-color: #ffc333;
}

