.jqmOverlay{
	background-color: #000;
}
.jqmConfirm{
	display: none;
	
	position: fixed;
	top: 17%;
	width: 100%;
}

* html div.jqmConfirm {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmConfirmWindow {
	margin: auto;
	height:220px;
	width:531px;
	padding:42px 0 0 24px;
	background:url(/img/bg_confirm.png);
}