#popup {
	position: absolute;
	top: 150px;
	left: 233px;
	width: 390px;
	height: 305px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	z-index: 10000;
	background-color: #000000;
	opacity: 0.9;
	-moz-opacity: 0.9; /* older Gecko-based browsers */
	filter:alpha(opacity=90); /* For IE6&7 */
}
#popup p {
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 340px;
	line-height: 20px !important;
	font-size: 13px;
}
#popup p a {
	color: #00ADEF;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none !important;
}
#popup p a:hover {
	text-decoration: underline !important;
}
#popup p a:active {
	color: #FFFFFF;
}
#popup span {
	color: #ffffff;
}
#popup h2 {
	color: #00ADEF;
}
#popup ul {
	font-size: 13px;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 25px;
	text-align: left;
	width: 320px;
	font-weight: bold;
}
#popup li {
	margin: 5px 0px 0px 0px;
	padding: 0px;	
}
a#popup_closebutton {
	display: block;
	width: 19px;
	height: 20px;
	background-color: #333333;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: right;
	cursor: pointer;
	padding-left: 1px;
	margin-right: 3px;
	margin-top: 3px;
}
a#popup_closebutton:hover {
	background-color: #666666;
	color: #FFFFFF;
}
a#popup_closebutton:active {
	background-color: #333333;
	color: #ffffff;
}

#popup_shadow {
	width: 443px;
	height: 352px;
	background: transparent url(../images/popup_shadow2.png);
	position: absolute;
	top: 142px;
	left: 223px;
	z-index: 9000;
}