/* This file was compressed using MbCompression library. http://blog.mironabramson.com */ /* modal */
#bg_brancomodal {background-color:#FFFFFF; position:relative;}
#btn_fecharModal {position:absolute; z-index:9; right:0px;}
#logoMinhaVida {width:445px; height:67px; border-bottom:1px solid #D9D9D9; padding:0px 20px 0px 20px; margin:auto;}
#conteudomodal {padding:15px 0px 20px 20px; margin:0px 20px 0px 0px; min-width:100px;}
#drbelezamodal img {float:left; width:129px;}
#drbelezamodal div {padding-left:15px; width:300px; margin-left:129px;}
.modaisLanding, #modalShirlei {width:480px;}

.jqmWindow {
    display: none;
    
    position: absolute;
    top: 50%;
    left: 0px;
    
    background-color: #E0E0E0;
    color: #333;
    border: 1px solid black;
    padding: 10px;
}

.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');
}
*/
