#popupMask {
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
	background-color: transparent !important;
	/*background-color: #333333;*/
	background-image: url("../img/mascara.gif") !important; /* For browsers Moz, Opera, etc.*/
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: fixed;
	z-index: 201;
	top:50%;
	left:50%;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
#popupInner {
	border: 2px solid #a0a0a0;
	background-color: #ffffff;
}
#popupFrame {
	clear:both;
	border:none;
	margin-top:0px;
	width: 100%;
	height: 100%;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAD;
	color: #ffffff;
	height: 18px !important;
	border-top: 1px solid #6C83AE;
	border-left: 1px solid #6C83AE;
	border-right: 1px solid #486CAE;
	z-index: 203;
	text-align: center;
}
.linktoolbar a {
	color: #ffffff !important;
	text-decoration: none !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	font-size: 9pt !important;
	font-weight: bold !important;
	display:block !important;
}

