/* 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;
    top: 17%;
    left: 50%;
    
    margin-left: -269px;
    width: 538px;
}

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

#aviso_repositorio_modal { background: #E1E1E1; }
#aviso_repositorio_modal div.esquerda { float: left; width: 308px; padding: 12px; }
#aviso_repositorio_modal div.esquerda p { float: left; width: 301px; font-size: 16px; line-height: 24px; }
#aviso_repositorio_modal div.esquerda p span { color: #CC0C0C }
#aviso_repositorio_modal img.logo_repositorio { float: left; margin: 25px 0px 0px 6px; }
#aviso_repositorio_modal div.esquerda a { float: left; clear: left; margin: 15px 0px 0px 0px; font-size: 16px; color: #000; text-decoration: none; text-indent: 25px; width: 220px; background: url('../imagens/bullet_modal_repo.jpg') no-repeat center left; }
#aviso_repositorio_modal div.baixo { float: left; clear: left; width: 100%; height: 48px; background: #B4B4B4; margin: 5px 0px 0px 0px; }  
#aviso_repositorio_modal div.baixo #nao_mostrar { float: left; margin: 18px 0px 0px 15px; }
#aviso_repositorio_modal div.baixo label { float: left; margin: 16px 0px 0px 10px; color: #666; }
#aviso_repositorio_modal div.baixo input.enviar { float: right; margin: 5px 10px 0px 0px; }
