#popup {
	width: 100%;
	height: 100%;
	_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	background: #000;
	opacity: .8;
	filter:alpha(opacity=80);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	position:fixed;
	_position:absolute;
}
#popupOver {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	display: none;
}
#dSignupPopup {
	width: 807px;
	padding: 6px;
	margin:50px auto 0 auto;
	background: url(/images/popup/wb03.gif) #FFF bottom left no-repeat;
}
#dInnerPopup {
	border: 1px solid #b9b9b9;
	background: #e7e7e7;
	position:relative;
}
#popupTop {
	position:relative;
	width:807px;
}
#popupMiddle {
	background: url(/images/popup/wb02.jpg) bottom left no-repeat;
}
#popupBottom {
	height: 45px;
	background: url(/images/popup/wb01.jpg) bottom left no-repeat;
}
#dFrame {
	width:590px;
	margin:0 auto;
	padding:20px 0;
}
#popupLogo {
	position:absolute;
	top:-49px;
	left:-47px;
	width:153px;
	height:146px;
	z-index: 1100;
}
#popupClose {
	width: 28px;
	height: 28px;
	position: absolute;
	top: -1px;
	right: -1px;
	cursor: pointer;
}
.trackBar {
	padding-left: 10px;
}