#facebox .b {
  background:url(b.png);
}

#facebox .t {
  background:url(t.png);
}

#facebox .l {
  background:url(l.png);
}

#facebox .r {
  background:url(r.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
}



#facebox .popup-panel { font-family:Arial, Helvetica, sans-serif; }

#facebox .popup-panel .form-label { float:right; margin-bottom: 5px; }
#facebox .popup-panel .title{ float:right !important; width:80px; vertical-align:top; text-align:right; font-size:13px; font-weight:bold; color:#000; padding:5px 0px 0px 0px; }
#facebox .popup-panel .submit-button{ padding-left:30px; }
#facebox .popup-panel .text-field { margin-left:5px; }

#facebox .popup-panel .errors { margin-bottom: 10px;  font-size:13px; font-weight:normal; color:#7c0707;  }

#facebox #submit_button { padding-left: 140px; }
#facebox .buttonSubmit img {height:20px; width:60px;}
#facebox .buttonSubmit {float:left; clear:both; cursor:pointer; height:20px; width:60px; background:url(submitBtn.png) left no-repeat;}
#facebox .buttonSubmit:hover {height:20px; width:60px; background:url(submitBtn.png) right no-repeat;} 

#facebox .content { padding: 30px 20px; }


#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
  border: thin #7c0707 solid;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .header {
	float:right;
}

#facebox .footer {
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

#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');
}

