#popup_terms {
	width: 300px;
	height: 320px;
	float: left;
	color: #392F23;
	z-index: 100;
	position: absolute;
	top: -550px;
	left: 350px;
	display: none;
	font-size: 10px;
	background-image: url(images/popup_bg.png);
	_background-image: url(images/popup_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#popup_privacy {
	width: 300px;
	height: 320px;
	float: left;
	color: #392F23;
	z-index: 100;
	position: absolute;
	top: -550px;
	left: 350px;
	display: none;
	font-size: 10px;
	background-image: url(images/popup_bg.png);
	_background-image: url(images/popup_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#popup_contact {
	width: 300px;
	height: 320px;
	float: left;
	color: #392F23;
	z-index: 100;
	position: absolute;
	top: -550px;
	left: 350px;
	display: none;
	font-size: 10px;
	background-image: url(images/popup_bg.png);
	_background-image: url(images/popup_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#popup_faq {
	width: 300px;
	height: 320px;
	float: left;
	color: #392F23;
	z-index: 100;
	position: absolute;
	top: -550px;
	left: 350px;
	display: none;
	font-size: 10px;
	background-image: url(images/popup_bg.png);
	_background-image: url(images/popup_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#popup_header {
	width: 280px;
	height: 10px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	_padding-bottom: 0px;
	display: inline;
	margin-bottom: 0px;
	float: left;
}
#popup_title {
	width: 245px;
	height: 15px;
	color: #392F23;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	display: inline;
	text-align: left;
	float: left;
}
a.popup_close:link, a.popup_close:active, a.popup_close:visited {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	display: block;
	float: right;
	text-decoration: none;
	padding-top: 3px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 2px -2px;
	background-image: url(images/close.gif);
}
#popup_content {
	width: 270px;
	height: 250px;
	overflow: auto;
	float: left;
	padding: 4px;
	margin: 10px;
	display: inline;
	zoom: 1;
	text-align: left;
	margin-bottom: 6px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popup_disclaimer {
	width: 285px;
	height: 22px;
	float: left;
	display: inline;
	padding-right: 15px;
	font-size: 10px;
	color: #392F23;
	font-style: italic;
	text-align: right;
	background-image: url(images/popup_bottom.png);
	_background-image: url(images/popup_bottom.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
.terms_header {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}