#facebox .b {
  background:url(../_images/b.png);
  border: none;
}

#facebox .tl {
  background:url(../_images/tl.png);
  border: none;
}

#facebox .tr {
  background:url(../_images/tr.png);
  border: none;
}

#facebox .bl {
  background:url(../_images/bl.png);
  border: none;
}

#facebox .br {
  background:url(../_images/br.png);
  border: none;
}

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

.popup table {
	border: none;
}

.popup table tr:hover {
	background: transparent;
}

#facebox p {
	text-align: left;
	padding-bottom: 0.5em;
}

#facebox label {
	width: 10em;
	float: left;
	margin-right: 1em;
	font-size: 12px;
}

#facebox li input {
	font-size: 12px;
	padding: 0.2em;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox h2, #facebox h3 {
	color: #beccd5;
	line-height: 2em;
	font-size: 20px;
	text-align: left;
}

#facebox .body {
  background: #f8f8f8;
  width: 370px;
  font-weight: 1px;
  padding: 1em;
  font-size: 12px;
}

#facebox .body ul {
	text-align: left;
}

#facebox .stdButton {
	margin-bottom: 0.6em;
	display: block;
}

#facebox .body .options li {
	text-indent: 1.8em;
	padding-bottom: 0.8em;
}

#facebox .body .yes {
	background: url('../_images/on.png') no-repeat left top;
}

#facebox .body .no {
	background: url('../_images/off.png') no-repeat left top;
}

#facebox .loading {
}

#facebox .image {
}

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

#facebox .footer {
  border-top: 1px solid #fff;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#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');
}

