﻿


.invalid {
    border-color: #FF7777;
    background: #FFEEEE url(invalid-line.gif) repeat-x bottom;
}

.validMsg {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

    .validMsg.error {
        color: red;
        padding-left: 20px;
        white-space: nowrap;
        background: url('valid_icons.png') no-repeat -20px -40px;
    }

    .validMsg.success {
        color: #71b83d;
        padding-left: 20px;
        background: url('valid_icons.png') no-repeat -40px -20px;
    }

.errorTip {
    position: absolute;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    background: url('exclamation.gif') no-repeat;
}
