/* 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: absolute;
    top: 100px;
    left: 50%;
	margin-left: -300px;
    width: 574px;
    color: #333;
	z-index:3500;
	text-align:left;
}

div.tb-wrapper {
	border:5px solid #525252 !important;
}
div.closeWindow{
	margin:10px 10px 10px 0;
	height:10px;
	margin-bottom:1px;
	text-align:right;
}

div.closeWindow a{
	color:#525252;
}

.jqmOverlay { background-color: #000; }

/* 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');
}


/* Spring Lightbox - homepage */
#spring-lightbox { width: 571px; height: 420px; margin:0; background: url('/images/modal/spring-promo/bg.jpg') no-repeat 0 0; }
#spring-lightbox .jqmClose { position:absolute; right:-12px; top:-12px; color: #ffffff; }
#spring-lightbox a.btn-signup { position: relative; top: 325px; left: 105px; }