.jqmOverlay {
	background-color: #000;
}
#lj_export {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -200px;
 
	width: 400px;
	padding: 10px;
 
	background-color: #ffffff;
	border: 0px;
}
 
* html #lj_export {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
 
#lj_export h2 {
	text-align: left;
	float: none;
	margin: 0;
}
 
#lj_export table * {
	background-color: #ffffff;
}