/* 交易组件-全屏框弹出 START*/
.popupBox {
    width: 400px;
    position: fixed;
    z-index: 10000;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.popupBox_title {
    background: #0066b3;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    padding-left: 14px;
}

    .popupBox_title b.close {
        display: inline-block;
        width: 23px;
        height: 23px;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        cursor: pointer;
        float: right;
        margin-right: 10px;
        margin-top: 7px;
        background: url(../images/close_ico.jpg) no-repeat left top;
    }

.popupBox_tips {
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    line-height: 30px;
    margin: 10px 0px;
}

.popupBox_button {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}

.ccb_mask1 {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
background: url(../images/bg_black_5.png) repeat;
}
/*交易组件-全屏框弹出 END*/

/*全屏对话框-屏对话框,可让用户输入文字 START*/
.box_pop{display:none;position: absolute;top:0;  width:100%;z-index:1005; height: 400px;}
.box_pop_main{ position:relative; margin:0 auto;width:960px;top:100px;z-index:1006;height: 380px; background:#fff;}

.box_pop_title{padding:0 20px;width:920px;height:50px;line-height:50px; background:#0066b3;font-size:18px; color:#fff;}
.box_pop_title .span_f{padding-left:30px;width:600px;}
.box_pop_title a{color:#fff; cursor:pointer;}
.box_pop_content{padding:30px; height: 220px; background:#fff;}
.box_pop_content .inf_tb td{padding:10px;}
.box_pop_bottom{padding-right:20px;text-align:right;height: 50px; background:#eeeeee;line-height:50px;}
.box_pop_bottom input.btn_blue{margin-top:10px;}
.box_pop_bottom textarea{padding:3px;}
.refuse_btn{ cursor:pointer;}
/*全屏对话框-屏对话框,可让用户输入文字 END*/


/*按钮 START*/
.btn{
	display:inline-block;
	min-width:56px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	border:none;
	background:#0066B3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:14px;
	outline:none;
    cursor: pointer;
    padding-left:12px;
    padding-right:12px;
}


    .btn:hover {
        text-decoration: none;
        color: #fff;
        background: #2A83C7;
    }
	.btn_blue {
    background: #0066B3;
}

    .btn_blue:hover {
        background: #2A83C7;
    }

.btn_grey {
    background: #4C9DD9;
}

    .btn_grey:hover {
        background: #5fafea;
    }

.btn_disabled {
    display: inline-block;
    min-width:56px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    outline: none;
    background: #ccc;
    cursor: pointer;
    padding-left:12px;
    padding-right:12px;
}

.btn_disabled:hover {
        background: #ccc !important;
    }
/*按钮 END*/

.ml_20 {
    margin-left: 20px !important;
}


