﻿    .Validform_checktip
    {
        margin-left: 8px;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        color: #999;
        font-size: 12px;
        text-align: left;
    }
.Validform_right
    {
        color: #71b83d;
        padding-left: 20px;
        background: url(../images/right.png) no-repeat left center;
    }
    
    .Validform_wrong
    {
        color: red;
        padding-left: 20px;
        white-space: nowrap;
        background: url(../images/error.png) no-repeat left center;
    }
    
    .Validform_loading
    {
        padding-left: 20px;
        background: url(../images/onLoad.gif) no-repeat left center;
    }
    
    .Validform_error
    {
        background-color: #ffe7e7;
    }
    
    #Validform_msg
    {
        color: #fff;
        font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
        width: 100%;
        background: #cb3b20;
        position: fixed;
        top:0px;
        left:0px;
        z-index: 99999;
        display: none;
		text-align:center;
    }
    
    #Validform_msg .iframe
    {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }
    
    #Validform_msg .Validform_title
    {
        line-height: 25px;
        height: 25px;
        text-align: center;
        padding: 0 8px;
        color: #f7f7f7;
        position: relative;
        
    }
    
    #Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited
    {
        line-height: 22px;
        position: absolute;
        right: 8px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }
    
    #Validform_msg a.Validform_close:hover
    {
        color: #cc0;
    }
    
    #Validform_msg .Validform_info
    {
        padding: 8px;
       
        border-top: none;
        text-align: center;
    }

     