﻿.Validform_checktip {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    padding-left: 25px;
}
.Validform_right {
    color: #71b83d;
    background: url(../images/right.png) no-repeat left center;
}
.Validform_wrong {
    color: red;
    white-space: nowrap;
    background: url(../images/error.png) no-repeat left center;
}
.Validform_loading {
    background: url(../images/onload.gif) no-repeat left center;
}
.Validform_error {
    background-color: #ffe7e7;
    border: 1px solid #ccc;
}
#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}
#Validform_msg .Validform_title {
    line-height: 35px;
    height: 35px;
    text-align: left;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    position: relative;
    background-color: #FF9900;
}
#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: 15px;
    border: 1px solid #FF9900;
    border-top: none;
    text-align: left;
}
.inputxt, .validform textarea {
    border: 1px solid #a5aeb6;
    width: auto;
    padding: 4px 2px;
}
