.jqmWindow {
    display: none;
    
    position: fixed;
    top: 50%;
    left: 50%;
    
    margin-left: -320px;
    margin-top: -200px;
    width: 640px;
	height: 480px;
    
    background-color: #cce;
    color: #333;
	border: 5px solid white;
	z-index:11000;
}

.jqmOverlay { background-color: #000; }


