/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
	background:#1f1f1f;
    display: none;
    
    position: absolute;
    top:18%;
    left: 50%;
    
    margin-left: -330px;
    width: 650px;
    color: #fff;
    border: 10px solid white;
    padding: 0;
}

.jqmOverlay { background-color: #000; }
