.simple_overlay {
	display:none;	
	/* place overlay on top of other elements */
	z-index:10000;	
	background-color:#fff;
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	text-align: left;	
}

.simple_overlay .close {
	background:transparent url(/images/11.png) no-repeat;
	position:absolute;
	right:8px;
	top:8px;
	cursor:pointer;
	height:10px;
	width:12px;
	border: none;
	text-decoration: none;
}

.modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
	
.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

#female-fertility {
 background: #000 url(/images/10.jpg) no-repeat;
 height: 418px;
}

#female-fertility .wrapper {
 position: absolute;
 left: 40px;
 top: 30px;
 width: 190px;
}

#female-fertility {
 color: #fff;
}
