@charset "utf-8";
#overlay {
	font-size:13px;
	height:450px;
}
#overlay label {
	float:left;
	width:130px;
}
#overlay a {
	text-decoration:none;
	background-color:transparent;
	color:#0868c1;
}
#overlay a:hover {
	text-decoration:none;
	background-color:transparent;
	color:#2c8bdf;
}
#overlay .line {
	margin-bottom:5px;
	float:left;
	width:100%;
}
#overlay .details {
	float:left;
	width:510px;
}
.contentWrap {
	height:441px;
	overflow:visible;
}
.apple_overlay {
	display:none;
	background-image:url(../img/white.png);
	width:640px;		
	padding:40px;
	font-size:11px;
}
.apple_overlay div.close {
	background-image:url(../img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

