@charset "utf-8";
#layer1 {
	position: absolute;
	visibility: visible;
	width: 100%;
	height: 20px;
	text-align: left;
	border: solid 3 #fff;
}
/* CSS Document */


#wrapper {
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	border: 3px solid #007BC1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	visibility: visible;
	background-image: url(../gfx/pop-up-gift.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
}

#close {
	color: #000000;
	float: left;
}
.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;
	padding-left: 175px;
}
.popupstatement {
	color: #007BC1;
	font-size: 20px;
	font-weight: bold;
	text-decoration: blink;
	margin-bottom: 10px;
	padding-left: 175px;
}
.popupfineprint { color: #656565; font-size: 11px; }
.popuptext {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 175px;
}
.popuptext a:link, .popuptext a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

.popuptext a:hover, .popuptext a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
