/**
 * weebox.css
 *
 * weebox style
 *
 * @category   javascript
 * @package    jquery
 * @author     Jack <xiejinci@gmail.com>
 * @copyright  Copyright (c) 2006-2008 9wee Com. (http://www.9wee.com)
 * @license    http://www.9wee.com/license/
 * @version    
 */
.dialog-loading {background:url(weeboxs/loading.gif) no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;}

.dialog-box {background:#fff; width:300px;}
.dialog-box .dialog-header {height:40px; line-height: 40px;cursor:move;width:100%; clear:both;position:relative; top:0; left:0;background:#f5f5f5;border-bottom: 1px solid #e7e7e7; overflow: hidden;zoom:1;}
.dialog-box .dialog-title {float:left; padding-left:20px;color: #666; font-size: 16px}
.dialog-box .dialog-close { cursor:pointer; background:url(weeboxs/light_box_close_btn.png) no-repeat center;height:40px; width:40px; float: right;}
.dialog-box .dialog-content {clear:both; padding:20px; overflow-y:auto; overflow-x:hidden;background:#fff; vertical-align: middle}
.dialog-box .dialog-button {clear:both; text-align:center; margin:0px; padding:0 20px 20px 20px;overflow: hidden;}

/*.errorbox {border:1px solid #924949;}
.errorbox .dialog-content {background:#fff url(weeboxs/e_bg.jpg) bottom right no-repeat;}
.errorbox .dialog-header {background:url(weeboxs/e_hd.gif) repeat-x; color:#6f2c2c;}*/
.warningbox {border:1px solid #c5a524;}
.warningbox .dialog-content {background:#fff url(weeboxs/w_bg.jpg) bottom right no-repeat;}
.warningbox .dialog-header {background:url(weeboxs/w_hd.gif) repeat-x; color:#957c17;}
.successbox {border:1px solid #60a174;}
.successbox .dialog-content {background:#fff url(weeboxs/s_bg.jpg) bottom right no-repeat;}
.successbox .dialog-header {background:url(weeboxs/s_hd.gif) repeat-x; color:#3c7f51;}
.promptbox {border:1px solid #cccccc;}
.promptbox .dialog-content {background:#fff url(weeboxs/p_bg.jpg) bottom right no-repeat;}
.promptbox .dialog-header {background:#edf3f7; color:#355468;}
.dialogbox {border:1px solid #cccccc;}
.dialogbox .dialog-content {background:#fff;}
.dialogbox .dialog-header {background:#f0f0f0; color:#999;}
.boxbox {border:1px solid #cccccc;}
.boxbox .dialog-content {background:#fff;}
.boxbox .dialog-header {background:#edf3f7; color:#355468;}

/*.weedialog{-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}*/
.weedialog .dialog-header{height:40px; line-height: 40px;cursor:move;width:100%; clear:both;position:relative; top:0; left:0;background:#f5f5f5;border-bottom: 1px solid #e7e7e7; overflow: hidden;zoom:1;}
.weedialog .dialog-title{float:left; padding-left:20px;color: #666; font-size: 16px}

.weedialog .dialog-top{height:8px;position:relative; overflow:hidden;}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:8px; height:8px;background:url(weeboxs/lb_left_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_left_top.png"); _background:none;}
.weedialog .dialog-tc{margin-left:8px; margin-right:8px; width:auto; height:8px;background:url(weeboxs/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_border.png"); _background:none; overflow:hidden;}
.weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:8px; height:8px;background:url(weeboxs/lb_right_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_right_top.png"); _background:none;}
.weedialog .dialog-close{ cursor:pointer; background:url(weeboxs/light_box_close_btn.png) no-repeat center;height:40px; width:40px; float: right;}
.weedialog .dialog-close:hover{ background:url(weeboxs/light_box_close_btn_hover.png) no-repeat center;}
.weedialog .dialog-content{clear:both; padding:20px; overflow-y:auto; overflow-x:hidden;background:#fff; vertical-align: middle}
/*.weedialog .dialog-content a{ color:#666}*/
.weedialog .dialog-button{clear:both; background:#fff; padding:0 20px 20px 20px;text-align:right; font-size:12px;overflow: hidden;}
.weedialog .dialog-cl{width:8px;background:url(weeboxs/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_border.png"); _background:none;}
.weedialog .dialog-cr{width:8px;background:url(weeboxs/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_border.png"); _background:none;}
.weedialog .dialog-ok,.weedialog .dialog-cancel{ font-family: "微软雅黑"; border:0px;color:#fff;cursor:pointer;padding:4px 10px; margin:0px;font-size: 14px;width: 120px;height: 40px;background:#3fa3ee; font-size: 16px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  transition: background ease .3s;
  -moz-transition: background ease .3s;
  -webkit-transition: background ease .3s;
  -o-transition: background ease .3s;
}
.weedialog .dialog-cancel{background: #ccc; }
.weedialog .dialog-ok:hover{ background: #318fd5} 
.weedialog .dialog-cancel:hover{background: #999}
.weedialog .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;}
.weedialog .dialog-bot{clear:both; height:8px; position:relative; font-size:0px;}
.weedialog .dialog-bl{position:absolute; left:0px; top:0px; width:8px; height:8px; background:url(weeboxs/lb_left_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_left_bottom.png"); _background:none;}
.weedialog .dialog-bc{margin-left:8px; margin-right:8px; width:auto; height:8px; background:url(weeboxs/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_border.png"); _background:none;}
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:8px; height:8px; background:url(weeboxs/lb_right_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="weeboxs/lb_right_bottom.png"); _background:none;}

.dialog-ok,.dialog-cancel{ font-family: "微软雅黑"; border:0px;color:#fff;cursor:pointer;padding:4px 10px; margin:0px;font-size: 14px;width: 70px;height: 30px;background:#3fa3ee;float: right;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
  transition: background ease .3s;-moz-transition: background ease .3s;-webkit-transition: background ease .3s;-o-transition: background ease .3s;}
.dialog-ok:hover{ background: #3c99de}
