/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * POPUP.CSS: - styly pro popupy
 *            - popup window styles
 * 
 * verze: 1.0.0 / wa 2.81
 * autor: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * úpravy:
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	#popup 					{ position: absolute; left: 100px; top: 150px;  z-index: 100; background: #eccf89 url(../images/popup_bg.jpg) 0 0 no-repeat; border: 1px solid #2f1400; }
	
	#popup_iframe			{ position: absolute; left: 10px; top: 10px; padding: 0; margin: 0; }
	
	#popup_header			{ position: relative; background: #f1c65e url(../images/popup_bg_header.jpg) 0 0 no-repeat; text-align: right; height: 22px; line-height: 20px;   }
	#popup_header a 		{ color: #000; background: url(../images/popup_close_new.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; }
	
	

