#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: 10010;
  text-align: left;
}

<!--#facebox .popup-panel{ padding: 20px; }-->
#facebox .popup-panel .form-label { float:right; margin-bottom: 5px; }
#facebox .popup-panel .title{ float:right; width:80px; vertical-align:top; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#FFF; padding:5px 0px 0px 0px; }
#facebox .popup-panel .submit-button{ padding-left:30px; }

#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 .popup-panel .errortext { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9f1214; padding-left:10px;}
#facebox .popup-panel .formtext { font-family:Arial, Helvetica, sans-serif; font-size:12px; }




#facebox .content { padding: 10px 20px; }
#facebox .popup { position: relative; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color: #FFF; }

#facebox .content a:active{ color: #9f1214; decoration: none; }
#facebox .content a:visited{ color: #9f1214; decoration: none; }
#facebox .content a:link{ color: #9f1214; decoration: none; }
#facebox .content a:hover{ decoration: underline; }

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 10px 10px 0px 10px;
  background:url(backGradient.jpg) left repeat-x no-repeat-y;
  background-color:#dfa015;
  width: 600px;
  font-family:Georgia, "Times New Roman", Times, serif; font-size:13px;
}

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

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

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

#facebox .header {
	float:right;
}

#facebox .footer {
  /*border-top: 1px solid #DDDDDD;*/
  padding-top: 0px;
  padding-bottom:10px;
  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: 10009;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
