@charset "utf-8";
#layer1 {
	position: absolute;
	visibility: visible;
	width: 100%;
	height: 20px;
	text-align: left;
	z-index:999;
	
}
/* CSS Document */


#wrapper {
	background-color: #FFFF99;
	text-align: center;
	position: relative;
	border: 8px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	top: 130px;
	visibility: visible;
	background-image: url(../gfx/popup-bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index:999;
	-webkit-box-shadow: #000 0px 2px 8px;
	-moz-box-shadow: #000 0px 2px 8px;
	box-shadow: #000 0px 2px 8px;
	behavior: url(/stylesheets/PIE.htc);
}
#layer1 #wrapper p {
	margin:4px 0px;
}

#close {
	color: #000000;
	float: right;
	margin-bottom:5px;
}
.hidelink {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.hidelink:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

a.hidelink:active {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}
.popupheading {
	color: #CC9900;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.popupstatement {
	color: #007BC1;
	font-size: 25px;
	font-weight: bold;
	text-decoration: blink;
	margin-bottom: 8px;
	margin-top: 8px;
}
.popupfineprint {
	color: #656565;
	font-size: 11px;
	margin-top: 8px;
}
.popuptext {
	color:#000000;
	font-size:13px;
	padding:0 10px 10px;
	text-decoration:none;
}
.popuptext a:link, .popuptext a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.popuptext a:hover, .popuptext a:active {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
