@charset "utf-8";
/* CSS Document */

a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
.apple_overlay {
		display:none;
		background-image:url(../Images/ModalOverlay2.gif);
		Padding: 25px;
		width:500px;
}
.apple_overlay .close {
	background-image: url(../Images/ModalOverlayClose.gif);
	position:absolute; right:-13px; top:-13px;
	cursor:pointer;
	height:15px;
	width:15px;
	-moz-box-shadow: 0 0 2px RGB(28,28,28);
	-webkit-box-shadow: 0 0 2px RGB(28,28,28);
	}
}

#overlay {
		background-color:RGB(220,230,240);
		width:500px;
		text-align:Centre;
		border:2px solid RGB(38,38,38);
		opacity:0.8;
		font-family: Calibri;
		-moz-box-shadow: 0 0 10px RGB(28,28,28);
		-webkit-box-shadow: 0 0 10px RGB(28,28,28);
	}

div.contentWrap {
		height:550px;
		overflow-y:auto;
	}
h2 {
		background: url(../Images/ModalLogo.GIF) 0 0% no-repeat;
		margin:0px;
		padding: 5px 0 20px 50px;
		border-bottom:1px solid RGB(38,38,38);
		font-size:18px;
		font-family: Calibri;
	}