@charset "utf-8";
/* Css da Página de Erro de Flash Compose */

body, html{margin:0; border:0; padding:0; height:100%}

/* Página Alerta */
.body{_background-color:#000000; background-image:url(/Imgs/ErroFlash/bgPreto.png);}
#erroFlash{margin-top:100px;}
#boxFlash{width:481px; height:333px; margin:0 auto; background-image:url(/Imgs/ErroFlash/bgBox.png); position:relative}
#IconeAlerta{position:absolute; top:-40px; left:20px;}
#Fechar{position:absolute; top:10px; right:10px; cursor:pointer}
#TextoFlash{position:absolute; top:50px; right:50px;}
#TextoErro{position:absolute; top:150px; left:50px; font-family:"Lucida Sans Unicode", "Lucida Sans", Arial; width:400px; font-size:14px}
#BtInstalar{position:absolute; top:220px; left:50px; cursor:pointer}
#BtCancelar{position:absolute; top:220px; right:50px; cursor:pointer}
#TextoControlePop{position:absolute; bottom:20px; left:60px; font-family:"Lucida Sans Unicode", "Lucida Sans", Arial; width:400px; font-size:12px}
* img{_behavior: url(/iepngfix.htc); border:0px;}

/* LIGHTBOX */
#lightbox{position:absolute; top:0; right:0; width:100%; height:100%; display:none; z-index:1000;}

