
/*妯℃€佹*/
.modal_close {
	position:absolute;
	top:0px; right:-40px;
	cursor:pointer;
	z-index: 10099;
	background-color:#ccc;
	width:40px;
	height:40px;
	font-size:14px;
	line-height:40px;
	text-align:center;
}

#modal_mask {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
}