#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	width:510px;
	background:#ffffff url('../images/popbottom.png') center bottom no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 201;
	border-radius:15px;
	padding-bottom:90px;
	border:10px solid #fff;
	text-align:center;
	z-index:1000;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	cursor: pointer;
}
.popview{
	width:610px;
	max-height:500px;
	overflow:auto;
	display:none;
}

.closemark{
	position: absolute;  
	top: -30px;  
	right: -30px;  
}
/*---------------  modal ajax------------------*/

div#modalajax {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
		z-index: 301;
}
div#modalajax div.modalajax-conte {
	position: relative;
	width: 740px;
	height: 560px;
	background-color: #000000;
	border:12px solid #f5f5f5;
	border-radius:20px;
	text-align:center;
		z-index: 300;
}
div#modalajax div.modalajax-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	z-index: 299;
}