body {
	background-color: transparent;
	position: relative;
	/*top: 50px;*/
}
.WrapPopUp {
	position: absolute;
	z-index: 1000;
}
.PopUp {
	width: 618px;
	position: relative;
	z-index: 10;
}
.PopUp fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.PopUp fieldset legend {
	display: none;
}

.WrapPopUpHeader {
	background: url(../images/pop-up-bg-top.gif) no-repeat left top;
	width: 571px;
	overflow: hidden;
	padding: 10px 15px 15px 30px;
}
.WrapPopUpHeader a.Close {
	background: url(../images/close-btn.gif) no-repeat left top;
	width: 80px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	display: block;
	float: right;
}
.WrapPopUpContent {
	width: 618px;
	background: url(../images/pop-up-bg.gif) no-repeat left top;
}
.WrapPopUpContent p span {
	font-weight: bolder;
}
.SubBgTop {
	background: url(../images/popup-sub-bg-top.gif) no-repeat 42px top;
}
.SubBgBottom {
	background: url(../images/popup-sub-bg-bottom.gif) no-repeat 42px bottom;
	overflow: hidden;
	zoom: 1; /* fix IE HasLayout */
	padding: 12px 45px;
}
.SubBgBottom.thanks{
	color: #2C5D8D;
	font-size: 1.2em;
}
.Confirm {
	height: 300px;
}
.WrapPopUpFooter {
	background: url(../images/pop-up-bg-bottom.gif) no-repeat left top;
	width: 618px;
	height: 32px;
}
.PopUp a.StyledLink1 {
	font-size: 1.1em;
	color: #0053a0;
	font-weight: bolder;
	background: url(../images/link-icon1.gif) no-repeat center right;
	padding-right: 10px;
	text-transform: uppercase;
}
.PopUp a.StyledLink2 {
	font-size: 1.1em;
	color: #0053a0;
	font-weight: bolder;
	background: url(../images/link-icon1.gif) no-repeat center right;
	padding-right: 10px;
}
