.jqmWindow{
	display: none;
	position: fixed;
	top: 22%;
	left: 50%;
	margin-left: -150px;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}
.jqmOverlay{
	background-color: #CFFCFF;
}
* html .jqmWindow{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div#certifiedPopup{
	background-color:#000000;
	border:2px solid #1D6E5D;
	color:#AEDBE9;
	margin-left:-290px;
}
div#warrantyClose a{
	background:transparent url(/images/Cross.png) no-repeat scroll 0 0;
	color:#AEDBE9;
	display:block;
	font-size:0.9em;
	height:12px;
	position:absolute;
	right:5px;
	text-decoration:none;
	top:5px;
	width:14px;
}