

/*******************************窗体样式*********************************/
#testdiv{width:600px;margin:0 auto;border:1px solid #ccc;padding:20px 25px;background:#fff}
#sysbox{ 
	position:absolute;
	display:none;
	background:#fff url(../images/preload.gif) no-repeat 50% 50%;
	z-index:2000;
	box-shadow:0px 3px 6px rgba(0,0,0,0.3);
	*border:1px solid #DDDDDD
}
#sysmask{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.8);z-index:1500}
.sys-title{ 
	height: 40px; 
	line-height: 40px; 
	border-bottom:1px solid #dddddd;
	border-radius:5px 5px  0px 0px; 
	padding: 0 10px;
	position: relative; 
	background: #f2f2f2;
	*padding: 0px 10px;
	*margin: 0px;
	
	}
.sys-oper-box{position: absolute;right: 10px; height: 40px; line-height: 40px;}
.sys-oper-box  .sys-oper{ 
	float: left;
    width: 21px;
    height: 19px;
    margin-top: 10px;
    *margin-top: 0px;
    display: block;
    margin-left: 5px;
    background: url(../images/tool.png) no-repeat;
}
.sys-oper-box .sys-close-oper{background-position: -89px 0;}
.sys-oper-box .sys-magnify-oper{background-position: -60px 0;}
.sys-oper-box .sys-shrink-oper{ background-position: -149px 0;}
.sys-oper-box .sys-close-oper:hover{ background-position: -89px -29px;}
.sys-oper-box .sys-magnify-oper:hover{background-position: -60px -29px;}
.sys-oper-box .sys-shrink-oper:hover{ background-position: -149px -29px;}
#syscontent{overflow: hidden;}
#sys-move-event{
	bottom: 0;
    width: 10px;
    height: 10px;
    right:0;
    position: absolute;
}
#sysbox.Prompt{
	position:absolute;
	color: #FFFFFF;
	font-size: 14px;
	border:0px!important;
	background: rgba(0,0,0,0.7)!important;
	border: 0px;
	z-index: 111111111111;
	border-radius: 3px;
	min-width: 120px;
	text-align: center;
	box-shadow: 0px 0px 0px !important;
	
}
#sysbox.Prompt .sys-content{background: none!important;}
#sysbox.mobileStyle{
	list-style-type: none;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
    box-shadow: inset 0 -2px 0 #FFFFFF, 0 1px 0 #FFFFFF, 0 2px 0 #9fa2ad, 0 3px 0 #FFFFFF, 0 4px 0 #9fa2ad;
}
.sys-btn-operate{
	height: 50px; 
	width: 100%;
	position: absolute;
	border-top: 1px solid #DDDDDD;
	line-height: 50px;
	bottom: 3px;
	left: 0px;
	}
.sys-btn-operate button{ 
	border: 0px; 
	border-right: 1px solid #DDDDDD; 
	line-height: 50px; 
	text-align: center; 
	background: #FFFFFF;
	cursor: pointer;
	border-radius: 0px;}
.sys-btn-operate button:last-of-type{border-right: 0px;}