
.simple_overlay {
	display: none;
	z-index: 10000;
	width: 546px;
	min-height: 200px;
	background-color: #002d62;
	background-image: url(/images/home-page/ACS-coverage-bkgrnd.png);
	}

.simple_overlay .close {
	background-image: url(/images/close.png);
	position:absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	}
