@charset "utf-8";
/* CSS Document */
.theme-popover-mask{z-index:9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.4;filter:alpha(opacity=40);display:none}

.theme-poptit{border-bottom:1px solid #ddd;padding:0px 10px;position: relative;}
.theme-poptit .close{float:right;color:#999;padding:5px;margin:10px 5px 0px 0px;font:bold 14px/14px simsun;text-shadow:0 1px 0 #ddd}
.theme-poptit .close:hover{color:#444;}
.theme-poptit h3{float:left; font-size: 16px;}

/* 遮罩 */
.theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:660px;height:360px;margin:-180px 0 0 -330px;border-radius:5px;border:solid 2px #666;background-color:#fff;display:none;box-shadow: 0 0 10px #666;}
.theme-popbod{padding:60px 15px;color:#444;height: 148px;}
.dform{padding:80px 60px 40px;text-align: center;}

/* 遮罩 nohead */
.theme-popover2{z-index:9999;position:fixed;top:50%;left:60%;width:300px;height:80px;margin:-180px 0 0 -330px;border-radius:5px;border:solid 2px #666;background-color:#fff;display:none;box-shadow: 0 0 10px #666;}
.theme-popbod2{padding:10px;color:#444;}
.dform2{text-align: center; line-height: 60px;}