/* CSS Document */

.popup_translucent 
{
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	opacity:0.5; 
	background-color: #000000;
}
.popup_container
{
	display: none; 
	background-color: #ffffff; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 50001;
	
	text-align: center;
	border: 1px solid #7ba7c9;
}
.popup_top_bar
{
	background-color: #c2c8da;
	height: 20px;
	margin: 0;
	border-bottom: 1px solid #7ba7c9;
	text-align: right;
	vertical-align: center;
}
.popup_content
{
	display: block;
	position: relative;
	overflow: auto;
	text-align:left;
	margin: 5px;
}
.eck_popup_close
{
	width: 15px;
	height: 15px;
	display: block;
	background: URL(../images/btn_window_close.gif) no-repeat right;
	margin: 3px;
	float: right;
}