#index-popup{
	background-color:#fff;
	left:50%;
	width:460px;
	height:auto;
	margin-left:-220px;
	margin-top:-180px;
	position:absolute;
	text-align:center;
	top:50%;
	z-index:9999;
	-webkit-box-shadow:2px 2px 15px #ccc;
	-moz-box-shadow:2px 2px 15px #ccc;
}

#index-popup img{
	width:96%;
	padding:2% 2%;
}

#index-popup .close{
	position:absolute;
	width:35px;
	height:35px;
	cursor:pointer;
	background:url(../images/blank.gif) no-repeat left top;
	top:5px;
	right:10px;
	z-index:9999;
}