﻿ /* 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). */
	
	
body #header .jqmWindow,
body .jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;   
    margin-left: -300px;
    width: 600px;
    border: none;
    padding: 0;
    /*background-color: #EEE;*/
}

#speakup .jqmWindow {
    margin-left:-253px !important;
}

.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;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.speakup_login_popup_panel {
    width:436px !important;
}


.speakup_login_popup_panel .loginDiv {
   /* width:436px;
    margin-left:40px;*/
    margin-top:-15px;
    #margin-top:-45px;
    position:relative;
    z-index:90;
}
.speakup_login_popup_panel .loginDiv h2,
.speakup_login_popup_panel .forgotPasswordDiv h2{
    color:#e61300;
    font-size:32px;
    font-weight:bold;
    font-family:arial,sans-serif !important;
    padding-left:0;
}

.speakup_login_popup_panel .bottomBox {
  /*  position:absolute;
    bottom:32px;*/
}

.bottomBox table td a{
    position:static;
}



.speakup_login_popup_panel a.closeWindow {
  /*  position:absolute;
    top:20px;
    right:50px;*/
}

.speakup_login_popup_panel .loginDiv a {
    position:static;
    font-size:10px;
    color:#0267AC;
}
.speakup_login_popup_panel .loginDiv a:hover {
    position:static;
    font-size:10px;
    color:#0267AC;
}

.speakup_login_popup_panel span.forgotBackToLogin{
  /*  position:absolute;
    top:20px;
    right: 7px;
    display: block;
    width: 200px;*/
}