﻿.Validform_error
{
    background: #ffe7e7;
    border: 1px solid #f00;
}
.Validform_checktip
{
    width: auto!important;
    font-size: 14px;
    font-family: '微软雅黑';
}
.Validform_wrong
{
    color: #e74c3c!important;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../image/wrong.png) no-repeat left center;
}
.Validform_right
{
    color: #0fa74f!important;
    padding-left: 20px;
    background: url(../image/right.png) no-repeat left center;
}