
div.main_popup_back				{
/*display: none;*/
position: 			absolute;
width: 				100%;
height: 			100%;
background:			#4D7BB7;
/*background:			#c87700 url(../images/popup/popup_screen_bk2.gif) repeat-x left top;*/

z-index:			500;
text-align:			center;

-moz-opacity: 		0.96;
opacity:			.96;
filter: 			alpha(opacity=96);
}

div.main_popup_front {
position:			absolute;
width:				100%;
height:				100%;
z-index:			1000;
overflow:			auto;
}
.popup_screen_centered {
width:					850px;
vertical-align:			top;
text-align:				center;
}

div.popup_page	{
position:			relative;
width:				850px;
margin-top:			20px;
}

div.popup_gallery_cont {
width:				100%;
height:				100%;
background-color:	#333333;
}

a.popup_btn_close {
float:				right;
display:			block;
font:				bold 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-transform:		uppercase;
color:				#000000;/*#ffcc99;*/
background:			transparent url(../images/elements/popup_icon_close_n.gif) no-repeat top right;
padding-right:		50px;
height:				32px;
margin-bottom:		10px;
}

a.popup_btn_close:hover,
a.popup_btn_close:active {
background:			transparent url(../images/elements/popup_icon_close_h.gif) no-repeat top right;
color:				#ffffff;
text-decoration:	none;
}

.popup_header {
float:				left;
display:			block;
text-align:			left;
}
.popup_content {
clear:				both;
}
