/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 37%;
    left: 50%;
    margin-left: -240px;
    width: 458px;
    z-index: 1000 !important;
}

.jqmOverlay { background-color: #000; z-index: 1000 !important; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(37 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/**************************************/
.jqmWindow .head {
	background:url(/images/template-b/panel458-top.png) no-repeat;
	padding:16px 9px 0 9px;
}

.jqmWindow .head h3 {
	font-size:1.2em;
	color:#4283a4;
	padding: 0.1em 8px 6px 8px;
}
.sIFR-hasFlash .jqmWindow .head h3 {
	height:14px;
}
.jqmWindow .body {
	background:url(/images/template-b/panel458-mid.png) repeat-y;
	color:#fff;
	padding:1% 9px;
	line-height:1.4em;
	color:#535547;
	font-size: 11px;
}
.jqmWindow .body .intro {
	padding:0.5em 1em;
	border-top:2px solid #c6dae4;
}
.jqmWindow .body .btn-apply {
	width:220px;
}
.jqmWindow .foot {
	height:19px;
	overflow:hidden;
	background:url(/images/template-b/panel458-btm.png) no-repeat;
}

.jqmWindow .btn-apply, .jqmWindow .btn-apply:hover {
	text-decoration: none !important;
	height: 18px;
}