#overlay {
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background:#000000;
	opacity:0;
	display:none;
	zoom: 1;
	top:0px;
	left:0px;
}

#screen
{
	display:none;
}

.popup2 {
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	opacity:1;
	filter:Alpha(Opacity=100);
	top:0px;
	left:0px;
	background:none;
}

.popup {
	width:300px;
	min-width:300px;
	border:solid 1px #8ecaff;
	text-align:left;
	background:#FFFFFF;
	margin-top:100px;
	display:table;
}

.popup_tit {
	height:20px;
	background:#0065b3;
	padding:10px 0px 0px 10px;
	margin-bottom:0px;
}

.popup_barra {
	height:5px;
	background:url(../images/barra_tit.gif);
}

.popup_cont {
	margin-top:3px;
	padding:5px 6px 5px 6px;
	overflow:visible;
	text-align:center;
	/*	position:static;*/
}

/*.popup_cont img {
	margin:5px;
}*/