

#popup  {
	position: absolute; left: 100px; top: 0px;  z-index: 100;
	border: 1px solid #bd9b00;
	background: white;
}


#popup_iframe	{ position: absolute; left: 10px; top: 10px; padding: 0; margin: 0;    }

#popup_header			{ position: relative; background: url(../images/typy_grad.gif) 0 0 repeat-y; text-align: right; height: 21px; line-height: 20px;
							  border-bottom: 1px solid #bd9b00; }
#popup_header a 		{ color: #000; background: url(../images/x.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;
}


#popup_main	{ padding: 10px; }