.msg_box_z{
	position:absolute;
	height:auto;
	border-radius: 2px;
	
	top:0;
	left:0;
	width:280px;/**默认宽高，若要修改请在dialog div中加内部样式,示例<div style="width:600px;height:500px;"></div>*/
	height:200px;
	
	background:#FFF;
	display: none;
	
	z-index: 99;
}
.msg_box_z h3 {
	margin:0; padding:0;
    background-color: #fafafa;
    /**background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
    background-image: linear-gradient(#FAFAFA, #f1f1f1);
    background-repeat: repeat-x;*/
    height:50px;
    line-height:50px;
    
    padding-left: 10px;
    border-radius: 2px 2px 0 0;
    border-bottom:1px solid #CCD3D9;
}
.msg_box_z h3 span{display: inline-block; height:auto;font-size:16px;}
.msg_box_z h3 button{
	    float:right;
		width: 49px;
		height:49px;
		padding-left:19px;
		background-color: #fafafa;
		border: none;
		box-shadow: none;
		background-image: url(../css/img/delect.png);
		background-repeat:no-repeat;
		background-position:center; 
}
.msg_box_z h3 button:hover{
        background-color: #fafafa;
    	background-image: url(../css/img/delect-1.png);
}

.ico_info {
	border: 1px solid #339900;
	box-shadow: 1px 1px 10px 1px rgba(32, 179, 32, 0.4);
}
.ico_warn{
	border: 1px solid #ffb062;
	box-shadow: 1px 1px 4px 1px rgba(255, 128, 64, 0.4);
}
.ico_err{
	border: 1px solid #FF3333;
	box-shadow: 1px 1px 10px 1px rgba(255, 51, 51, 0.3);
}
.ico_ask{
	border: 1px solid #8a8a8a;
	box-shadow: 1px 1px 10px 1px rgba(255, 255, 255, 0.4);
}


/**.ico_info .content{
	background: url("img/ico_ok.gif")  10px 10px no-repeat;
}
.ico_warn .content{
	background: url("img/ico_warn.gif")  10px 10px no-repeat;
}
.ico_err .content{
	background: url("img/ico_error.gif")  10px 10px no-repeat;
}
.ico_ask .content{
	background: url("img/ico_ask.gif")  10px 10px no-repeat;
}*/

.msg_box_z .content span{
	display:block;
	padding-top: 20px;
	padding-left: 20px;
}

.msg_box_z .btn_bar{
	margin:0; padding:0;
    background-color: #fff;
   /** background-image: -moz-linear-gradient(#fafafa, #f1f1f1);
    background-image: -webkit-linear-gradient(#FAFAFA, #f1f1f1);
    background-image: linear-gradient(#FAFAFA, #f1f1f1);
    background-repeat: repeat-x;*/
    height:32px;
    line-height:32px;
    
    padding-left: 15px;
    border-radius: 0 0 6px 6px;
	
	display: block;
	padding-left: 10px; 
	padding-right: 10px; 
	
	text-align: right;
}
.msg_box_z .btn_bar a {margin-top:4px;}


.activity{
	background: url("../img/loading.gif")  10px 10px no-repeat;
	width: 200px;
	height: 120;
	position: absolute;
	z-index: 100;
}

.loading_box {
	position:absolute;
	top:36px; 
	right:8px;
	width:100px;
	height:20px;
	line-height:20px;
	
	padding-left:25px;
	border: #33AA00 1px solid;
	border-radius:4px 4px 4px 4px;
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
	
	background: #229f24 url("img/loading_054.gif") 2px 0 no-repeat;
	color:#FFF;
	font-size:13px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

