/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -159px;
	width: 316px;
	border: 1px solid #c4c2c2;
	background-color: #eaeaea;
	z-index: 255;
}

.jqmOverlay { background-color: #000; }