.tanchu_kuang {
	width:400px;
	height:300px;
	/*min-width:480px!important;
	min-height:200px!important;*/ 
	z-index:10000;
	background:#fff;
	border:1px solid #6d9eeb;
	border-radius:5px;
	box-shadow:-1px 0 10px rgba(25,118,210,.2),/*左边阴影*/  
    1px 0 10px rgba(25,118,210,.2),/*右边阴影*/  
    0 -1px 10px rgba(25,118,210,.2),/*顶部阴影*/  
    0 1px 10px rgba(25,118,210,.2);

	display:none;	
	position:absolute;/*绝对定位（absolute）相对定位（relative）*/
	left:50%;
}
.kuang_title_box:hover {
	cursor:move;
}
.kuang_title_box {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:32px;
	border-bottom:1px solid #e6e6e6;
	z-index:10001;
	background: -webkit-linear-gradient(#d7d6d6,#b4b1b1, #d7d6d6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#d7d6d6,#b4b1b1, #d7d6d6); /* Opera 11.1 - 12.0 */ 
    background: -moz-linear-gradient(#d7d6d6,#b4b1b1, #d7d6d6); /* Firefox 3.6 - 15 */
    background: linear-gradient(#d7d6d6,#b4b1b1, #d7d6d6); /* 标准的语法 */
    
    /*文字不可选中*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.kuang_title_box span {
	line-height:32px;
	padding-left:20px;
	display:inline-block;
}
.kuang_title_box a {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#333;
	float:right;
	text-decoration:none;
}
.kuang_title_box a:hover {
	background:#e6e6e6;
}
.kuang_contant {
	width:calc(100% - 16px);
	position:absolute;
	top:36px;
	bottom:56px;
	left:3px;	
	padding:3px 5px 5px 3px;
	border:1px solid #ccc;
}
.close_x{
	font-size:20pt;
	font-color:red;
}

.row{height:24px;width:300px;padding-left:0px;padding-right:-3px;font-size:10pt;border:0px solid red;margin-top:3px;}

.inputBox{margin-left:5px;margin-right:5px;height:26px;display: inline;}
.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.4;filter:alpha(opacity=40);z-index:9999;top:0;left:0;display:none;position:absolute;}

.warning{float:right;color:Red;text-decoration:none;font-size:20px;font-weight:bold;margin-right:10px;display:none;}

.tanchu_kuang:before {
	content:'';
	width:100px;
	height:100px;
	background:red;
}
.kuang_bottom {
	width:100%;
	height:50px;
	position:absolute;/*绝对定位（absolute）相对定位（relative）*/
	box-shadow: 0 0 5px #999;
	bottom:0;
}
.sure-btn{
		border-radius: 3px;
		width:80px;
		height:22px;
		font-size:10pt;
		vertical-align: middle;
		cursor: pointer;
		display: table-cell;
		text-align:center;
		border: solid 1px #8a8a89;
		box-shadow: 0 0 5px #999;
		position:absolute;
		top:10px;
		right:30px;
		padding-top:8px;
	    background: -webkit-linear-gradient(#d9d9d9,#f2f2f2, #d9d9d9); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#d9d9d9,#f2f2f2, #abb9c2); /* Opera 11.1 - 12.0 */ 
        background: -moz-linear-gradient(#d9d9d9,#f2f2f2, #abb9c2); /* Firefox 3.6 - 15 */
        background: linear-gradient(#d9d9d9,#f2f2f2, #d9d9d9); /* 标准的语法 */
}
.sure-btn:hover{
	    background: -webkit-linear-gradient(#9d9f9d,#d9d9d9, #9d9f9d); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#9d9f9d,#d9d9d9, #9d9f9d); /* Opera 11.1 - 12.0 */ 
        background: -moz-linear-gradient(#9d9f9d,#d9d9d9, #9d9f9d); /* Firefox 3.6 - 15 */
        background: linear-gradient(#9d9f9d,#d9d9d9, #9d9f9d); /* 标准的语法 */
}

.sure-btn:active{
	    background: -webkit-linear-gradient(#d9dbd8,#d9d9d9, #8a8a89); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#d9dbd8,#d9d9d9, #8a8a89); /* Opera 11.1 - 12.0 */ 
        background: -moz-linear-gradient(#d9dbd8,#d9d9d9, #8a8a89); /* Firefox 3.6 - 15 */
        background: linear-gradient(#d9dbd8,#d9d9d9, #8a8a89); /* 标准的语法 */
}