div#pop_container {
	background: #626364;
	width: 480px;
	height: auto;
	padding: 5px 0px 10px 0px;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 100;
	overflow: visible;
	visibility: visible;
	display: none;
	border: solid 1px #626364;
	cursor: default;
	}
	#pop_container span {
	font: bold 16px/27px Georgia, serif;
	color: #FFF;
	margin: 0px 10px 10px 10px;
	padding-bottom: 0px;
	}
	#pop_container h1 {
	font: bold 16px/27px Georgia, serif;
	color: #FFF;
	margin: 0px 10px 10px 10px;
	padding-bottom: 10px;
	}
	#pop_close {
	position: absolute;
	right: 7px;
	top: 5px;
	}
	#pop_close img,
	#pop_close a {
	border: none;
	}
div#pop_holder {
	background: #FFF;
	width: 460px;
	margin: 0px 10px;
	padding: 5px 0px;
	}
div#pop_content {
	background: #FFF;
	text-align: left;
	width: 450px;
	height: 330px;
	margin: 0px 5px;
	overflow: auto;
	}
	div#pop_content h1 { 
	font: bold 16px/20px Georgia, serif;
	color: #156198;
	margin: 0px 10px 10px 0px;
	padding-bottom: 5px;
	background: transparent url(../images/dot.gif) repeat-x left bottom;
	}
	div#pop_content ul {
	margin: 0px 10px 0px 30px;
	padding: 0px;
	list-style-type: dot;
	}
	div#pop_content li {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #626364;
	margin-bottom: 5px;
	}

