.btn {
	background: #005d7e;
	border: 2px outset #327c9e;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	opacity: .9;
	padding: 4px 12px 6px;
	text-transform: uppercase;
}

#adframe {
	background-color: #000;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	display: none;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 99980 !important;
	opacity: 1.0;
}

#closeButton {
	border: 0;
	background-color: transparent;
	margin: 0;
	/* float: right; */
	top: 10px !important;
	right: 10px !important;
	position: fixed !important;
	width: 40px;
	height: 40px;
	padding: 7px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
	opacity: 0.9;
	display: none;
	z-index: 990006 !important;
}
