

#popup  {
	position: absolute; left: 100px; top: 0px;  z-index: 200;
	background: #EEE6D4;
	border: 3px solid #665026;
}


#popup_iframe	{ position: absolute; left: 10px; top: 10px; padding: 0; margin: 0; z-index: 200;   }

#popup_header			{ position: relative; background: url(../images/popup_bg_header.jpg) bottom  #6F582E;   text-align: right; height: 22px; line-height: 20px; z-index: 200;  }
#popup_header a 		{ color: #000; background: url(../images/popup_close.gif) no-repeat; position: absolute; right: 3px; top: 3px; display: block; width: 16px;  height: 14px; margin: 0 auto;  }	
							
#popup_header a span	{ display: none; }


.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}



