﻿@charset "utf-8";
input,textarea {
    -webkit-user-select: text;
    user-select: text;
}
.errdeo{white-space:nowrap;position:fixed;top:-85%;left:50%;padding:6px 16px;color:#fff;font-size:14px;background:#fc8a06;opacity:.8;border-radius:2px;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);z-index:9;height:30px}
b,em,h1,h2,h3,h4,h5,h6,i,s,u{font-weight:400}iframe,img{vertical-align:top}:focus,a,input{outline:0}a,a:hover,b,em,i,input,ins,s,u{text-decoration:none} 
                                                                                                                                                        
.bottombar{background-position:0 -50px}
.web-upload li label span {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: #fc8a06;
    text-align: center;

}
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.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;
        box-shadow: 0 42px 0 #ffe7e7 inset;
}
#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'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#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:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}