
div.apple_overlay h2 {
font-weight:bold;
font-size:14px;
}


#apple {
margin-top:10px;
text-align:center;
}

.apple_overlay {
	padding: 35px; width: 640px; font-size: 11px; display: none; 
	/*background-image: url("/Content/Images/Overlay/white.png"); Set dynamically from js*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.apple_overlay .close {
	top: 5px; width: 35px; height: 35px; right: 5px; position: absolute; cursor: pointer; background-image: url("/Content/Images/Overlay/close.png");
}

.apple_overlay .heading h2 { font-weight: bold; margin: 0; font-size: 14px; padding: 3px; }
.apple_overlay .heading {background-color: #ddd; padding: 5px; }
.apple_overlay .heading .heading-option { font-weight: normal; margin-left: 10px; }
    
