﻿

/*上传控件样式*/
.classic_upload_file{background:#f8f8f8; width:400px; height:25px; line-height:25px; cursor:pointer;}/*#3399ff*/

/*提交验证样式*/
label.error{ color:Red;padding-left:6px;}
label.success{ color:#555;padding-left: 6px;}
.required{ color:Red;}

/*处理中按钮*/
.processingDiv{ position:absolute;width:100%;height:100%; top:0; left:0; background:#ccc; z-index:999; filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity: 0.3;opacity: 0.3;z-index:998;}
.processingBar{ position:fixed;z-index:1000;height: 60px;top:40%;left:50%; margin-left:-125px;margin-top:-30px;text-align:center;background: #fff url(../images/spinner.gif) no-repeat 50px 12px; line-height:60px;border:solid 2px #ccc; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;text-align:left; padding:0px 90px;}
.wholezezhao{ width:100%; height:100%; position:fixed; left:0px; top:10px; display:none; z-index:1000;}
.pricessingSuccessBG{background: #fff url(../images/successful.png) no-repeat 40px 12px;}

.divFullWidthPhoto{ min-width:1200px; position:relative;}
.divFullWidthPhoto img{ min-width:1200px; position:static;}
