/* ******************************************************************************* */
/* *********************************** LIGHTBOX ********************************** */
/* ******************************************************************************* */

/* 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: 10%;
    left: 50%;
    
    margin-left: -322px;
    width: 615px;
    height: 400x;
    
    background-color: #FFFFFF;
}

.jqmOverlay { background-color: #000000; }

/* 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(10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmWindow body {
	background-color: #FFFFFF;
	background-image: none;
}
.jqmWindow #container {
	width: 645px;
}
.jqmWindow #main-wrapper {
	background-image: url(../_images/layout/lightbox_header.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 645px;
}
.jqmWindow #header-wrapper {
	display: none;
}
.jqmWindow .column-left {
	display: none;
}
.jqmWindow .column-center {
	font-size: 13px;
	width: 615px;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 0px;
}
.jqmWindow .column-right {
	display: none;
}
.jqmWindow #footer-wrapper {
	display: none;
}
.jqmWindow h1{
	color: #FFFFFF;
	padding-bottom: 22px;
}
.jqmWindow .block-form{
	padding-bottom: 16px;
}
