#bg-opaco {
	position:fixed;
	*position: absolute;
	z-index:150;
	top: 0px;
	left: 0px;
	height: 100%;
	width:100%;
	background: #000000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	display: none;
}
.bg-nada {
	position: absolute;
	z-index:150;
	top: 0px;
	left: 0px;
	height:1px;
	width:1px;
}

#facebox {
	margin-top: auto;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 400;
  text-align: center;
}

#facebox .popup {
  position: relative;
  margin-top: 90px;
}

#facebox table {
  margin: auto;
}

#facebox .body {
  padding: 10px;
  background: #010101;
  width:640px;
  margin: auto;
  text-align: center;
  padding-left:150px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  padding-bottom: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
.fim {
	clear: both;
	width: 700px;
	height: 30px;
}