#login_popup {
	width:224px;
	height:263px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:200px;
	left: 50%;
	padding:20px;
	color:#999999;
	margin:auto;
	font-size:13px;
        margin-left: -170px;
}
#login_popup a:link {
	color:#333333;
}
#login_popup a:visited {
	color:#333333;
}
#login_popup a:active {
	color:#333333;
}
#login_popup a:hover {
	color:#333333;
	text-decoration: underline;
}
#login_next {
	width:224px;
	height:263px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:200px;
	left: 50%;
	padding:20px;
	color:#999999;
	margin:auto;
	font-size:13px;
        margin-left: -70px;
}
#login_next a:link {
	color:#333333;
}
#login_next a:visited {
	color:#333333;
}
#login_next a:active {
	color:#333333;
}
#login_next a:hover {
	color:#333333;
	text-decoration: underline;
}
#contact_popup {
	width:224px;
	height:323px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:140px;
	left: 50%;
	padding:20px;
	color:#999999;
	margin:auto;
	font-size:13px;
        margin-left: -70px;
}
#contact_popup a:link {
	color:#333333;
}
#contact_popup a:visited {
	color:#333333;
}
#contact_popup a:active {
	color:#333333;
}
#contact_popup a:hover {
	color:#333333;
	text-decoration: underline;
}
#contact_message, #pass_message {
	font-size:11px;
}
#contact_popup_sent {
	width:204px;
	height:163px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:200px;
	left: 50%;
	padding:30px;
	margin:auto;
	font-size:13px;
        margin-left: -70px;
}
#address_popup {
	width:224px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:190px;
	left: 50%;
	padding:20px;
	margin:auto;
	font-size:13px;
        margin-left: -70px;
}
#forgot_popup {
	width:224px;
	height:100px;
	border:1px solid #e1e1e1;
	background-color:#fff;
	z-index:1000;
	display:none;
	position:absolute;
	top:190px;
	left: 50%;
	padding:20px;
	margin:auto;
	font-size:13px;
        margin-left: -70px;
}
