#facebox {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  margin:0 auto;
  z-index: 100;
  max-height: 100%;
  max-width: 100%;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  max-width: 900px;
}

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

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

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

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

#formreview {
	width: 400px;
}
#formreview textarea {
	resize: none;
	overflow: auto;
	margin-top: 10px;
	width: 390px;
	height: 120px;
	border-radius: 2px;
	border: 1px solid;
	border-color: rgb(169, 169, 169);
	padding: 5px;
	font-size: 13px;
}

#formreview input[type="text"] {
	width: 390px;
	font-size: 13px;
	margin-top: 10px;
	border-radius: 2px;
	border: 1px solid;
	border-color: rgb(169, 169, 169);
	padding: 5px;
}

#formreview input[type="submit"] {
	font-size: 13px;
	background: #A4CAD0;
	border: 1px solid #B6C9CB;
	border-radius: 2px;
	text-align: center;
	color: #5B5B5B;
	margin: 10px 0 10px 0;
	padding:3px 7px 3px 7px;
}

.scroll_lock {
  overflow: hidden;
}

.overflow_scroll {
  overflow: scroll;	
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  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');
}
