/*Simon's styling*/
.footerSubscription-wrap {margin: 0 auto; width:986px;}
.footerSubscription-wrap .logo {float:left; margin:16px 68px 0 0;}
.footerSubscription-wrap .signup {float:left}
.footerSubscription-wrap .right-contents {float:right; width: 200px}
.footerSubscription-wrap .close {float:right; text-align:right;font:bold 12px arial; margin:10px 10px 0 0; width:55px}
.footerSubscription-wrap .close img {float:right; margin:-3px 0 0 6px;}
.footerSubscription-wrap .additional-checkbox {clear:both; float:right; font:10px arial; width:295px; margin-top:8px; font-family:verdana;}


/* 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;
    overflow: auto;
    bottom: 0;
    
    width: 100%;
    height: 70px;
    
    background-color: #3d2712;
    color: #fff;
    font: 13px arial;
    border-top:4px solid #A6914E;
    padding: 0 0 2px 11px;
}

.additional-checkbox .chkBox {
display:block;
float:left;
margin:5px 10px 0;
}

.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');
}

/* 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;
     height: 78px;
     min-height: 78px;
     bottom: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100 - 78) + 'px');
}

* html body
  {
  height: 100%;
  overflow: hidden;
  font-size: 100%;
  }
* html #page
  {
  width: 100%;
  height: 100%;
  overflow: auto;
  }

#hiddenSubscriptionPopupBox {
  position:absolute;
  z-index: 100;
  top: 125px;
  left: 400px;
  /*margin-left: -100px;*/
  width: 450px;
  height: auto;
  display: none;
  background-color: #FFF;
}


