/*--- Window Styles ---*/
#overlay {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background-image: url("/images/overlay-transparency.png") !important;
	background-image: url("/images/overlay-transparency.gif");
	font-family : Arial, Helvetica, sans-serif;
}
#overlaymessage {
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #000;
	width: 500px;
	height: auto;
	margin: 50px 0 0 -250px;
	background-color: #fff;
	padding: 28px 16px;
	position: relative;
	border: 4px solid #ccc;
	z-index: 10001;
	left: 50%;
}
a.closeLink {
	position: absolute;
	right: 16px;
	top: 7px;
	padding-right:14px;
	background:url("/images/brokeradvantage/close-window.png") no-repeat right center;
	font-size: 12px;
	font-weight: normal;
	cursor:pointer;
}
/*--- Content Styles ---*/
#overlaymessage .gfxHead{
	display: block;
	margin: 12px 0 8px;
}
#overlaymessage h1{
	margin: 0;
	padding: 6px 0;
	font-size: 14px;
}
#overlaymessage p {
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
}
