
#facebox .box_t_l{background:url(images/box_03.png) no-repeat left top;width:38px;height:46px;}
#facebox .box_t_c_1{background:url(images/box_04.png) repeat-x;text-align:left;font-size:14px;font-weight:bold;padding-top:18px;color:#5E5E5E;cursor:move;}
#facebox .box_t_c_2{background:url(images/box_04.png) repeat-x;text-align:right;color:#5E5E5E;padding-top:16px;}
#facebox .box_t_r{background:url(images/box_06.png) no-repeat right top;width:36px;height:46px;}

#facebox .box_m_l{background:url(images/box_08.png) repeat-y left;width:16px;}
#facebox .box_m_r{background:url(images/box_11.png) repeat-y right;width:18px;}

#facebox .box_b_l{background:url(images/box_15.png) no-repeat left top;width:36px;height:31px;}
#facebox .box_b_c{background:url(images/box_16.png) repeat-x;height:31px;display:block;}
#facebox .box_b_r{background:url(images/box_18.png) no-repeat right top;width:36px;height:31px;}

.f_submit{background:url(images/yes.jpg);border:none;color:#ffffff;font-size:12px;width:71px;height:21px;overflow:hidden;cursor:pointer;}
.f_button{background:url(images/f_button.gif);border:none;color:#666666;font-size:12px;width:47px;height:21px;overflow:hidden;cursor:pointer;}


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

#facebox .popup {
  position: relative;
}

#facebox .body {
  padding: 10px 10px 0px;
  background: #ffffff;
  width: 400px;
}

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

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

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

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .footer img {
  border: 0;
  margin: 0;
  }

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

.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');
}
.close{cursor:pointer;}