/*body { background-color: #efefef; margin: 0px; padding: 0px; font-family:Verdana; font-size:11px; color:#a9a9a9; font-weight:regular; }
body.site_root { background-color: #ffffff; margin: 0px; padding: 0px; font-family:Verdana; font-size:11px; color:#a9a9a9; font-weight:regular; }
a:active, a:focus {outline:none;}
.inputValue{ margin-bottom: 10px; } 
.inputbox, .inputbox field{padding: .3em;  font-size: 9px; color: #868686;  border: #c7c7c7 solid 1px; margin: 0px;  }
input.text{letter-spacing:0.1em; padding: .3em;  font-size: 9px; color: #868686;  border: #c7c7c7 solid 1px; margin: 0px;  }
fieldset {border: none;}
#MakeThisTheDefaultAddress { margin-bottom: 15px; } 

button#save-customization {border: none; width: 152px; height: 21px; background: url(../images/enroll-button-save_customization.gif);}*/

.jqmWindow {
    display: none;  
    position: fixed;
    top: 17%;
    left: 40%;
    background-color: #eeeeee;
    color: #333;
    border: 3px solid #D8D8D8;
    padding:0px;
    -moz-border-radius:5px;
    z-index:9998;
}

.jqmWrapper { border: 1px #787878 solid; background:#eeeeee; }
.jqmTitle { float:left; font-family:Verdana; font-size:19px; }
.jqmHeader { background-color:#eeeeee; padding:10px; }
.jqmWindowPad { margin:25px 25px 10px 25px; }
.jqmOverlay { background-color: #FFF; }
.jqmErrorBar { background-color:#776c68; height:30px; width:100%; display:none; }
.jqmErrorBarImg { float:left; margin-top:4px; margin-left:5px; width:21px; margin-right:10px;}
.jqmErrorBarText { float:left; line-height:30px; color:#FFFFFF; font-weight:bold; }

/* 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');
}
#jqmContent 
{
    height: 100%;
    display: block;
    clear: both;
    margin: 0;
    margin-top:0px;
    background: #EEEEEE;
    border: 0px;
    padding:0px;
    font-family:Verdana; 
    font-size:11px; 
    color:#a9a9a9; 
}

#FlipBook { margin-left: -360px !important; margin-top: 25px !important; width: 717px !important; border: 5px solid #e8eceb;}
#FlipBook .jqmWrapper { border: 1px solid #000; }
#FlipBook .jqmWrapper .jqmHeader { height: 30px; background-color: #e8eceb; }
#FlipBook .jqmWrapper .jqmHeader .jqmTitle { font-family: Verdana; color: #9b9b9b; font-size: 19px; text-transform: uppercase; }
#FlipBook .jqmWindowPad {margin: 0px; padding: 0px;}
#FlipBook #jqmContent {height: 479px !important; margin: 0px !important;}


       
