.Validform_checktip{
	overflow:hidden;
	color:#777777;
}
.Validform_right{
	color:#71b83d;
	/*padding-left:20px;
	background:url(right.png) no-repeat left center;*/
}
.Validform_wrong{
	color:#CC0000;
	white-space:nowrap;
	/*padding-left:20px;
	background:url(error.png) no-repeat left center;*/
}
.Validform_loading{
	/*padding-left:20px;
	background:url(onload.gif) no-repeat left center;*/
}
.Validform_error{
	/*background-color:#ffe7e7;*/
}
#Validform_msg{
    display:none;
    width:300px;
    position:absolute;
    top:0px;
    right:0px;
    z-index:99999;
    background:#FFFFFF;
    border:1px solid #E1E1E1;
    -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.1);
    box-shadow:2px 2px 3px rgba(0,0,0,0.1);
}
#Validform_msg .Validform-title{
    position:relative;
    text-align:left;
    text-indent:10px;
    line-height:34px;
    font-weight:bold;
    background:#EEEEEE;
    border-bottom:1px solid #E1E1E1;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited{
    position:absolute;
    width:34px;
    right:5px;
    top:0px;
    text-decoration:none;
    text-align:center;
    font-family:tahoma,arial,\5b8b\4f53,sans-serif;
    font-size:120%;
}
#Validform_msg .Validform_info{
    padding:10px;
    text-align:left;
}