body {
	background-color: transparent;
}
.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.png) no-repeat left top;
	behavior: url(css/iepngfix.htc);
	width: 571px;
	overflow: hidden;
	padding: 10px 15px 20px 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.png) no-repeat left top;
	behavior: url(css/iepngfix.htc);
}
	.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;
}
.Confirm {
	height: 300px;
}
/**/
.WrapPopUpFooter {
	background: url(../images/pop-up-bg-bottom.png) no-repeat left top;
	width: 618px;
	height: 32px;
	behavior: url(css/iepngfix.htc);
}
/**/		
.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;
}
/**/
