#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  border: 1px solid #717273;
}

#facebox .popup {
  position: relative;
}


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

#facebox .body {
  padding: 40px 20px 20px 20px;
  background: url(../images/footer-bg.gif) repeat-x;
  background-color: #f4f4f4;
  width: 286px;
}

#facebox .loading {
  text-align: center;
  background-image: none;
  height: auto;
}

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

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

#facebox .footer {
  position: absolute;
  right: 10px;
  top: 10px;
}

#facebox h1 {
  position: absolute;
  top: 9px;
  left: 10px;
  color: #ff7900;
  text-transform: uppercase;
  font: Verdana 12px bold;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  background-color: #bdbfc3;
}

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

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

#facebox label {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
	color: #6d6f77;
	padding: 0px;
}

#facebox input {
	margin-top: 3px;
	padding: 0px;
	border: 1px solid #b9b9be;
	display: block;
	width: 100%;
}

#facebox button {
	margin: 0px;
	border: none;
	padding: 0px;
	display: block;
	float: right;
}
	
#facebox p, #facebox p * {
	margin-top: 5px;
	clear: both;
	color: #6d6f77;
	font-size: 10px;
}

#facebox .inline select, #facebox .inline label, #facebox .inline input {
	display: inline;
	width: auto;
}

#facebox .error {
	color: red;
}

#facebox p.hr {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #6d6f77;
}
		
