﻿/**
 * weebox.css
 *
 * weebox style
 *
 * @category   javascript
 * @package    jquery
 
 * @version    
 */
 
.dialog-loading {height:100px;line-height:100px;text-align:center;padding-left:20px}
.dialog-loading p{padding-left:30px;background:url(img/boxloading.gif) no-repeat center left;width:150px;}
.dialog-mask{border:0px; background-color:#fff; margin:0px; padding:0px; position:absolute; top:0px; left:0px;opacity:0.4;filter:alpha(opacity=40)/*background:url(img/dialog2_bg.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/js/box/img/dialog2_bg.png"); _background:none;*/}
.dialog-btn1,.dialog-ok{ background:url("img/exchange_submit.gif") no-repeat left top; height:24px; line-height:24px; color:#fff;cursor:pointer; padding:0px;padding-left:5px; padding-right:5px; margin:0px;}
.dialog-btn2,.dialog-cancel{ background:url("img/exchange_submit.gif") no-repeat left -24px;height:24px; line-height:24px; color:#666;cursor:pointer;padding:0px;padding-left:5px; padding-right:5px; margin:0px;}
.dialog-btn1,.dialog-btn2{margin-right:10px}
.dialog-button{clear: both;}
.dialog-content{text-align:left; clear:both; overflow:auto;}
.weedialog2{width:300px; color:#444;}
.weedialog2 a:link,weedialog2 a:visited{text-decoration:none;}
.weedialog2 a:hover {color:#ff6600; text-decoration:underline;}
.weedialog2 .dialog-header{height:40px; position:relative; cursor:move;}
.weedialog2 .dialog-tc{overflow:hidden;margin-left:10px; margin-right:10px; width:auto; height:40px;font-weight:bold;}
.weedialog2 .dialog-tc2{padding-left:13px;height:31px;color:#FFF; line-height:31px; font-size:12px; clear:both;background-color:#76C8E9; border:#C6E8F6 solid 1px; text-align:left;}
.weedialog2 .dialog-tc1{height:10px; overflow:hidden;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-tl{position:absolute; left:0px; top:0px;width:10px; height:40px; background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-tr{position:absolute; right:0px;top:0px;width:10px; height:40px;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-close{overflow:hidden;float:right;	cursor:pointer;	margin:10px 10px 0 0;	height:12px; width:12px; background:url(img/pop_box_close.gif) no-repeat left top;}
.weedialog2 .dialog-close:hover{background:url(img/pop_box_close.gif) no-repeat left -12px;}
.weedialog2 .dialog-content{position:relative;clear:both; line-height:20px; padding:5px; text-align:left; overflow-y:auto; overflow-x:hidden;}
.weedialog2 .dialog-button{clear:both;text-align:center;font-size:12px; color:#FFFFFF;background-position:left top;background-color:#EBF0F3;border-top:1px solid #DADBDC;}
.weedialog2 .dialog-cl{width:10px;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-cr{width:10px;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-button input{height:24px;width:65px;margin:7px 5px;display:inline;border:0 none;}
.weedialog2 .dialog-ok{overflow:visible; overflow-y:hidden;  background:url("img/exchange_submit.gif") no-repeat left top; height:24px; line-height:24px; color:#fff;cursor:pointer; padding:0 5px; margin:0px; margin-right:3px;}
.weedialog2 .dialog-cancel{overflow:visible; overflow-y:hidden; background:url("img/exchange_submit.gif") no-repeat left -24px; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}
.weedialog2 .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url(img/btn_cancel.gif) top; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}
.weedialog2 .dialog-bot{clear:both; height:11px; position:relative; font-size:0px;}
.weedialog2 .dialog-bl{position:absolute; left:0px; top:0px; width:10px; height:10px;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-bc{margin-left:10px; margin-right:10px; width:auto; height:10px; background-color:#000;opacity:0.4;filter:alpha(opacity=40)}
.weedialog2 .dialog-br{position:absolute; right:0px; top:0px; width:10px; height:10px;background-color:#000;opacity:0.4;filter:alpha(opacity=40)}

.weeuser .dialog-content{text-align:left; clear:both; overflow:hidden;}

.helpbox{background:#cacbcc url(img/helpbg.gif) repeat-x; border:#adadad 1px solid; position:relative; padding:2px; width:806px}
.helpbox .helphead{line-height:21px; font-weight:700; text-align:left; padding-left:5px}
.helpbox .helpcbox{border:#adadad 1px solid; background:#fff}
.helpcbox h1{text-align:left;font-size:16px; color:#666}