@charset "utf-8";
 
/*mask*/
.dlg-mask{
	position:absolute;
 	top:1px;left:1px;width:1px;height:1px;
    background:#000;
    filter:alpha(opacity=20);opacity:0.2;
}

/*win*/
.dlg-main{
 	position:absolute;
 	top:1px;left:1px;width:1px;height:1px; 
	/*background:#fff;*/
} 
.dlg-table{
	color:#000;	
	table-layout:fixed;
} 

/*win-top*/    
.dlg-top-left{
	width: 10px;
	height: 48px;
	background: #C20606; 
	border-top-left-radius: 10px;
} 
.dlg-top-middle{
	width:auto;
	height:48px;
	background: #C20606; 
}
.dlg-top-right{
	width: 10px;
	height:48px;
	background: #C20606; 
	border-top-right-radius: 10px;
}

/*win-mid*/
.dlg-mid-left{
	width:10px;
	height:auto;
	background: #fff url(dlg/yy.png) left repeat-y; 
}
.dlg-mid-middle{
	background:#fff;
}
.dlg-mid-right{
	width: 10px;
	height:auto;
	background: #fff url(dlg/yy.png) right repeat-y; 
}

/*win-btm*/
.dlg-btm-left{
	width: 10px;
	height:53px;
	background: #F5EFEF url(dlg/xx.png) 0px 0px no-repeat; 
}
.dlg-btm-middle{
	width:auto;
	height:53px;
	background: #F5EFEF url(dlg/xm.png) repeat; 
}
.dlg-btm-right{
	width: 10px;
	height: 53px;
	background: #F5EFEF url(dlg/xx.png) 0px -53px no-repeat; 
}

/*win-btm-2*/
.dlg-btm-leftx {
	height:10px;
	background-position-y: -43px;
}
.dlg-btm-middlex {
	width:auto;
	height:10px;
	background-position-y: -43px;
}
.dlg-btm-rightx {
	height:10px;
	background-position-y: -96px;
}

/*顶部*/
.dlg-icon{
	float:left;
	width:30px;
	height:40px;
	background: url(dlg/icon.png) no-repeat center center;
}
.dlg-icon2{
	background: url(dlg/icon2.png) no-repeat center center;
}
.dlg-shut{
	float:right; 
	width:30px;
	height:40px;
	cursor:pointer;
	background: url(dlg/shut.png) no-repeat center center;
}
.dlg-tit{
	color:#fff;
	display:block;
	height:40px;
	line-height:40px;
	margin-left:35px;
	margin-right:35px;
	font-weight:bold;
	font-size:17px;
	cursor:move;
}

/*底部*/
.dlg-msg{
	float:left;
	margin-top:3px;
}
.dlg-cmd{
	float:right;
}
.dlg-btn{
    border: 0px;
    color: #fff;
    font-size: 16px; 
    width:67px;
    height:29px;
	margin-right: 3px;
	text-align:center;
    background: url(dlg/btn.png);
}
.dlg-btn2{
	width:110px;
	background: url(dlg/btn2.png);
}
.dlg-btnx{
	background: url(dlg/btnx.png);
}
