/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                          POPUP.CSS                                  wa 2.80 */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    styles    * * * * * * * * * * * * * * */

.popup  {
	position: absolute; left: 100px; top: 0px;  z-index: 100;
	background: #29323b;
	border: 1px solid #0c6688;
	color: white;
}
.popup_main	{ padding: 0; }
.popup_main p		{ margin: 0; text-align: center; }
.popup_main img	{ margin: 0; padding: 0; border: none; }


.popup_iframe	{ position: absolute; left: 10px; top: 10px; padding: 0; margin: 0;    }

.popup_header			{ position: relative; background: url(../images/design/popup_bg_header.jpg) bottom  #ccc;   text-align: right; height: 22px; line-height: 20px;   }
.popup_header a 		{ color: #000; background: url(../images/design/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;
}


