/*jquery_dialog对话框*/
.cli_dialog{
	position:fixed;
	top:50%;
	left:50%;
	background:white;
	z-index:101;
	display:display;
}
.dialog_shadow_top{
    background:url(/images/plug-dialog-bg-shadow-x.png);
    height:9px; 
    position:absolute;
    top:-9px;
    left:10px;
}
.dialog_shadow_bottom{
    background:url(/images/plug-dialog-bg-shadow-x.png);
    height:9px; 
    position:absolute;
    bottom:-9px;
    left:10px;
}
.dialog_shadow_left{
    background:url(/images/plug-dialog-bg-shadow-y.png);
    width:9px; 
    position:absolute;
    left:-9px;
    top:10px;
}
.dialog_shadow_right{
    background:url(/images/plug-dialog-bg-shadow-y.png);
    width:9px; 
    position:absolute;
    right:-9px;
    top:10px;
}
.shadow_round{
	background:url(/images/plug-dialog-bg-shadow-z.png);
	width:19px; 
	height:19px; 
	position:absolute;
}
.dialog_title{
	height: 30px;
padding: 5px 0 5px 0;
margin: 0 15px 0 15px;
line-height: 30px;
text-align: center;
font-weight: bold;
font-size: 16px;
border-bottom: 1px solid #CCC;
}
.dialog_closed{
	position:absolute;
	top:5px;
	right:-2px;
	width: 30px;
	height: 30px;
	cursor:pointer;
	font: 22px '宋体';
}