#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox #topoValida {
	color: #000000;
}

#facebox span {
	color: #FF0000;
	font-weight: bold;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #091515;
  width: 368px;
  border-right:1px solid #050B0B;
  border-bottom:1px solid #050B0B;
}

#facebox .top {
  background:#050B0B url(../../resources/image/facebox/bg_top.gif) repeat-x;
  padding:6px 0 2px 4px;
  color:#F90;
  height:15px;
  font:bold 12px "Trebuchet MS", Arial;
}

#facebox #campos {
  margin:22px 0 24px 0;
  text-align:center;
  line-height:130%;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  text-align: center;
}

#facebox .bg_footer {
  background:#050B0B;
  padding:0 1px 0;
}

#facebox .bg_footer_img {
  background:url(../../resources/image/facebox/bg_footer.gif);
  height:9px;
  font-size:1%;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
