.jqmWindow {
display: none;
position: absolute;
/* Add 2 pixel to consider the 1px border e.g. 730px for a 728px modal */
width: 730px;
left: 50%;
top: 50%;
/* half width and half height e.g. -234px 0 0 -364px for a 728x460 modal */
margin: -234px 0 0 -364px; 
background-color: #EEEEEE;
color: #333333;
border: 1px solid #333333;
padding: 15px 15px 2px 15px;
}
.jqmWindow img {display: block; border: 0; border-style: none;}
.jqmWindow a {display: block; line-height: 14px; color: #666666;}
.jqmOverlay {background-color: #000000;}

