/* 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%;
    
    margin-left: -415px;
    width: 830px;
    height: 282px;
    background: #fff url(../images/iso-panel-bg.jpg) no-repeat;
	border: 1px solid #2E3192;
}

.jqmWindow h5 {
	padding: 50px 0 0 0;
	font-family: trebuchet MS;
	color: #FFF;
	width: 480px;
	margin: 0 0 20px 50px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#page-content .jqmWindow p {
	font-family: trebuchet MS;
	color: #FFF;
	width: 480px;
	margin-left: 50px;
	font-size: 1.2em;
}

#iso-panel-close {
	position: absolute;
	top: 24px;
	right: 22px;
	width: 28px;
	height: 27px;
	background: url(../images/iso-close-btn.gif);
}

.jqmOverlay { 
	background-color: #000;
}
