#zconfirm_w{
	min-width: 200px;
	padding:10px 10px 0 10px;
	background: #fff;
	border: 1px solid #cccccc;
 		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       position: absolute;
	display: block;
}
#zconfirm_content{
	font-family: Microsoft Yahei;
	font-size: 16px;
}
#zconfirm_footer{
	background: #F7F7F7;
	border-top: 1px solid #EBEBEB;
	padding: 5px 10px;
	margin:10px -10px 0 -10px;
}
.zconfirm_arrow {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-transform: rotate(45deg);
	border:1px solid #ccc;
	height:40px;
	width:40px; 
	position:absolute;
	left: -11px;
}
.zconfirm_arrow_outer{
	overflow:hidden;
	position:absolute;
	width:18px; 
	height:10px;
}
.zconfirm_bottom .zconfirm_arrow{
	bottom: 8px;
	background: #F7F7F7;
}
.zconfirm_bottom .zconfirm_arrow_outer{
	bottom: -10px;
}
.zconfirm_top .zconfirm_arrow{
	bottom: -38px;
	background: #fff;
}
.zconfirm_top .zconfirm_arrow_outer{
	top:-10px;
}