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

#facebox .popup {
  position: relative;
  margin:15px;
  width:528;
}

#facebox .body {
  margin: 25px 15px 15px 15px;
  background: #fff;
  color: black;
}

#facebox .header {
  border-bottom: 1px solid;
  margin-bottom: 10px;
  background: #fff;
}

#facebox .footer {
  border-top: 1px solid;
  margin-top: 10px;
  background: #fff;
}

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

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

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

#facebox .form {
	height:216px;
	background:url(/images/reageer_form.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#facebox .close{
	cursor:pointer;
	position:absolute;
	top:-12;
	left:-12;
}

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

.facebox_text{
  font-family: verdana;
  
  padding: 0px;
  width: 528px;
  margin: 0px;
}

.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');
}
#facebox #closebutton {
  left:2px;
  top:-11px;
}
