#backgroundPopup{
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100px;
	width:100%;
	top:0;
	left:0;
	z-index:1;
	background-color: #000000;
	display: none;
}
#popupContact{
	position:fixed;
	_position:absolute;
	width:550px;
	z-index:2;
	padding:12px;
	font-size: 12px;
	color: #FFFFFF;
	display: none;
}
#popupContact a {
	color: #E40A07;
}
#popupContact a:hover {
	text-decoration: underline;
	color: #E40A07;
}
#popupContact img {
	float: left;
	margin-right: 10px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:-10px;
	top:-5px;
	position:absolute;
	color:#3A3C3B;
	font-weight:700;
	display:block;
}

#popupContact h1 {
	color: #0A1F6A;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 60px;
	font-weight: normal;
	line-height: 42px;
	background-image: url(../../images/envelope.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#popupContact li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #CCCCCC;
	background-image: url(../../Callisto/images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	list-style-type: none;
}
#popupContact ul {
	margin: 0px;
	padding-bottom: 10px;
}
#popup_top {
	width: 550px;
	height: 12px;
	background-image: url(../../images/bg_popup_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#popup_middle {
	background-image: url(../../images/bg_popup_middle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 550px;
	height: 270px;
}
.small {
	font-size: 10px;
	color: #101D71;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
.bluebold {
	font-weight: bold;
	color: #121D70;
}
#popup_bottom {
	background-image: url(../../images/bg_popup_bottom.png);
	background-position: left top;
	height: 56px;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#popup_middle p {
	font-size: 12px;
}
.bgcaptcha {
	background-image: url(../../images/bg_captcha.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.padding {
}
#signup_icon {
	float: left;
	position: relative;
	left: 80px;
	overflow: hidden;
}
