/* 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 {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    background: none;
}

.jqmWindow.small {
	margin-left: -130px;
    width: 260px;
}

.jqmWindow.medium {
	margin-left: -250px;
    width: 500px;
}

.jqmWindow.large {
	margin-left: -330px;
    width: 660px;
}

.jqmWindow.extra-large {
	margin-left: -420px;
    width: 840px;
}

.jqmOverlay { background-color: #444; }