@charset "utf-8";
/* CSS Document */
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
	filter: alpha(opacity=50);
}
/*========================dialog=========================*/
.dialog_box{ width:422px; margin:auto;z-index:1041; background:#fff;position: fixed;top: 30%;left: 30%;margin:-141px auto auto -211px}
.dialog_header{ width:100%; height:36px; background:#f1f6fa; border-bottom:1px solid #c9caca;}
.dialog_tit{ float:left;}
.dialog_close{ float:right; margin-right:9px; cursor:pointer; background:url(../images/dialog_close.jpg) -88px 0 no-repeat; width:42px; height:21px;}
.dialog_close:hover{ background:url(../images/dialog_close_hover.jpg) -88px 0 no-repeat;}
.dialog_tit{ margin-left:15px;}
.dialog_tit h3{ font-size:16px; color:#50505b; font-weight:normal; margin:0px; line-height:36px; font-family:'微软雅黑';}
.c_box{ line-height:15px;}
.c_box b{ background:url(../images/c_box.png) 0px 0px no-repeat; width:15px; height:15px; display:inline-block; margin-right:5px; float:left; cursor:pointer;}
.c_box.selected b{ background:url(../images/c_box.png) 0px -21px no-repeat;}
.btn_blue1{ background:#00b5f3; border:1px solid #079df3; font-size:16px; color:#ffffff; font-family:'微软雅黑'; padding:5px 21px; cursor:pointer;}
.btn_blue2_dialog{ background:#00b5f3; border:1px solid #079df3; font-size:12px; color:#ffffff; font-family:'微软雅黑'; padding:5px 22px; cursor:pointer;}
.line1{ background:#e9ebeb; font-size:0px; height:1px; width:100%; margin:38px 0px 8px;}
.btn_gray1_dialog{ background:#f7f7f7; border:1px solid #b2b1ba; font-size:12px; color:#898c92; font-family:'微软雅黑'; padding:5px 22px; cursor:pointer;}
.dialog_footer_dialog{ background:#fafafa; border-top:1px solid #e4e4e4; height:46px; padding:0px 28px;}
.dialog_footer_dialog .btn_gray1_dialog, .dialog_footer_dialog .btn_blue2_dialog{ float:right; margin:8px 0px 0px 26px;}
.red{ color:#ff0000;}

.default-modal table td{ padding:12px 0px; color:#6c707c; font-size:14px;}
.default-modal table{ width:100%; margin:20px 0px 40px;}
input{ background:#fff; border:1px solid #e2e2e2; color:#555555; height:20px; line-height:20px; padding:4px 6px; vertical-align:middle; padding:4px 6px; display:inline-block;}
textarea{ background:#fff; border:1px solid #e2e2e2; color:#555555; padding:4px 6px; padding:4px 6px;}
.default-modal input.modal-input1{ width:70%; margin-bottom:0px;}
.default-modal input.modal-input2{ width:50%; margin-bottom:0px;}
.default-modal input.modal-input3{ width:90%; margin-bottom:0px;}
.default-modal textarea{ width:90%; height:60px;}

.edit_btnbg{ background:url(../images/edit_btnimg.jpg) 0 0 no-repeat; width:54px; height:21px; cursor:pointer; border:0px none; margin-left:5px;}
.img_header{ font-size:12px; color:#707070;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
