.popupBG {
/*	z-index:10; 
	position:absolute; 
	left:-350px; 
	top:-470px; */
	background-image:url(images/popupbg.gif); 
	background-repeat:no-repeat; 
	width:315px; 
	height:120px; 
	table-layout:fixed;
}	

.popupTitle {
	height:25px; 
	color:white; 
	font-weight:bold; 
	font-family:Tahoma; 
	font-size:8pt; 
	margin:0px; 
	line-height:25px;
	padding-left:9px;
	cursor:pointer;
}

.popupClose {
	margin:0px;
	width:29px;
	height:25px;
	_padding-top:4px;
	line-height:25px;
}

.popupContent {
	background-image:url(images/ok.gif); 
	background-position:8px 12px;
	background-repeat:no-repeat; 
	padding-left:45px; 
	padding-top:8px;
	_padding-top:12px;
	padding-right:5px; 
	height:40px; 
	color:black; 
	font-family:Tahoma; 
	font-size:9pt;
}

.popupDownloadButton {
	padding-bottom:10px; 
	height:30px;
}

