#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 #999999;
	text-align:center;
}
#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: 1040px;
	height: 670px;
	background-color: #ffffff;
	border:10px solid #111111;
	border-radius:20px;
	text-align:center;
	z-index: 300;
	vertical-align: top;
	padding: 20px 20px;
	-moz-box-shadow: 0px 3px 8px 5px rgba(240, 240, 240, 0.6);
	-webkit-box-shadow: 0px 3px 8px 5px rgba(240, 240, 240, 0.6);
	-ms-box-shadow: 0px 3px 8px 5px rgba(240, 240, 240, 0.6);
	box-shadow: 0px 3px 8px 5px rgba(240, 240, 240, 0.6);
}
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;
}