#popup {
	position:absolute; 
	top:5px; 
	left:150px; 
	width:600px; 
	display:none;
	overflow:hidden; 
	z-index:999; 
	}
#popup_bar {
	background:transparent url(images/popup_top_bar.gif) 0 0 no-repeat;
	width:600px; 
	height:26px; 
	padding-top:3px; 
	text-align:right;
	}
#popup_closer {
	width:27px; 
	height:26px; 
	border:0px; 
	}
#popup_body {
	/*overflow:hidden; */
	width:100%; 
	background-color:#EFEFEF; 
	background:transparent url(images/popup_bground.gif) 0 0 repeat-y;
	}
#popup_body h1 {
	font-size:13px; 
	margin:20px; 
	font-weight:normal;
	}
#popup_body h2 {
	font-size:13px; 
	margin-bottom:15px; 
	font-weight:normal;
	}
#popup_body h2 a {
	color:#006A00;
	}
#popup_img img {
	margin:15px;
	border:2px solid #E7FFF5; 
	border-left-color:#006A00; 
	border-top-color:#006A00;
	}
#popup_base {
	background:transparent url(images/popup_base.gif) bottom left no-repeat;
	width:600px; 
	height:2px; 
	}
