
div.contentWrap {
	height:450px;
	overflow-y:auto;
	margin: 40px 0;
	*margin-top: 70px;
	margin-left: 100px;
	margin-right: 65px;
	padding-right: 35px;
}

.apple_overlay {
	display:none;
	background:url(../images/overlay/white.png) no-repeat;
	width:880px;		
	padding:35px
}

.overlay_location{
	display:none;
	background:url(../images/overlay/bg_none.png) no-repeat;
	width:867px;		
	height: 500px;
}

.overlay_location .close, .apple_overlay .close {
	background:url(../images/overlay/close.png) no-repeat;
	position:absolute; 
	right:75px; 
	top: 40px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 9999;
}


