#shadow_ads {
  display: none;
}
.sombra {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #222;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  z-index: 100;
}
.bloco_outer {
  width: 487px;
  height: 287px;
  display: block;
  margin: 0px;
  padding: 18px 18px 33px;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 106;
  background: transparent none repeat scroll 0 0;
}
.bloco_inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #cac9c9;
  width: 490px;
  height: 100%;
  position: relative;
}
.bloco_inner .botao_fechar {
  display: block;
  background: transparent url('../../Imagens/index/fancy_shadow/icon_modal_close.png') no-repeat top left scroll;
  height: 31px;
  width: 32px;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -12px;
  z-index: 181;
}
.bloco_conteiner {
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 70;
  position: absolute;
  left: 0px;
  top: 0px;
}
.borda_topo {
  width: 100%;
  height: 18px;
  top: -18px;
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_n.png') repeat-x 0 0 scroll;
}
.borda_topo_direito {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_ne.png') no-repeat scroll 0 0;
  height: 18px;
  right: -13px;
  top: -18px;
  width: 13px;
}
.borda_direita {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_e.png') repeat-y scroll 0 0;
  height: 100%;
  right: -13px;
  width: 13px;
}
.borda_fundo_direito {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_se.png') no-repeat scroll 0 0;
  bottom: -18px;
  height: 18px;
  right: -13px;
  width: 13px;
}
.borda_fundo {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_s.png') repeat-x scroll 0 0;
  bottom: -18px;
  height: 18px;
  width: 100%;
}
.borda_fundo_esquerdo {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_sw.png') no-repeat scroll 0 0;
  bottom: -18px;
  height: 18px;
  left: -13px;
  width: 13px;
}
.borda_esquerda {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_w.png') repeat-y scroll 0 0;
  height: 100%;
  left: -13px;
  width: 13px;
}
.borda_topo_esquerda {
  background: transparent url('../../Imagens/index/fancy_shadow/fancy_shadow_nw.png') no-repeat scroll 0 0;
  height :18px;
  left: -13px;
  top: -18px;
  width: 13px;
}
.bloco_conteudo {
  bottom: 10px;
  display: block;
  height: auto;
  left: 10px;
  right: 10px;
  top: 10px;
  width: auto;
  margin: 0;
  position: absolute;
  z-index: 100;
  font: 12px verdana;
  color: #000066;
  background: transparent url('../../Imagens/index/fancy_shadow/download_sl_bg_bottom.jpg') no-repeat top left scroll;
}
.borda_topo, .borda_topo_direito, .borda_direita, .borda_fundo_direito,
.borda_fundo, .borda_fundo_esquerdo, .borda_esquerda, .borda_topo_esquerda {
  position: absolute;
}

