.Validform_checktip {
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    overflow: hidden;
    vertical-align: middle;
}
.Validform_right {
    background: url("../images/validform/right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #71b83d;
    padding-left: 20px;
}
.Validform_wrong {
    background: url("../images/validform/error.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: red;
    padding-left: 20px;
    white-space: nowrap;
}
.Validform_loading {
    background: url("../images/validform/onLoad.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.Validform_error {
    background-color: #ffe7e7;
}
#Validform_msg {
    background: none repeat scroll 0 0 #fff;
    color: #7d8289;
    display: none;
    font: 12px/1.5 tahoma,arial,宋体,sans-serif;
    position: absolute;
    right: 50px;
    top: 0;
    width: 280px;
    z-index: 99999;
}
#Validform_msg .iframe {
    left: 0;
    position: absolute;
    top: -1px;
    z-index: -1;
}
#Validform_msg .Validform_title {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    position: relative;
    text-align: left;
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    color: #fff;
    line-height: 22px;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 0;
}
#Validform_msg a.Validform_close:hover {
    color: #cc0;
}
#Validform_msg .Validform_info {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #000 #000;
    border-image: none;
    border-right: 1px solid #000;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 8px;
    text-align: left;
}
.sub-gray {
    background: url("../images/validform/sub.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d8d8d8;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    line-height: 20px;
    padding: 0 10px;
}