#facebox .b {
  background:url(/img/facebox/btc.gif) repeat-x;
  height: 10px;
  padding: 0;
  margin:0;
}

#facebox .bb {
  background:url(/img/facebox/bbc.gif) repeat-x;
  height: 10px;
  padding: 0;
  text-align::right;
  margin:0;
}

#facebox .tl {
  background:url(/img/facebox/tl.gif) bottom no-repeat;
  width:10px;
  float:left;
}

#facebox .tr {
  background:url(/img/facebox/tr.gif) bottom no-repeat;
}

#facebox .cl {
  background:url(/img/facebox/cl.gif) repeat-y;
}

#facebox .cr {
  background:url(/img/facebox/cr.gif) repeat-y;
}


#facebox .bl {
  background:url(/img/facebox/bl.gif)  no-repeat;
}

#facebox .br {
  background:url(/img/facebox/br.gif)  no-repeat;
}

#facebox {
  position: absolute;
  top: 200px ;
  left: 200;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  width: 380px;
  
  color:Red;
  font-weight:bolder;
  /*background:url(/img/backgrounds/bg_leftMenu.gif) ;*/
  background:#F5F5F5;
}

#facebox .loading {
  text-align: center;
}

#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 .tl, #facebox .bl{
  height: 10px;
  width: 10px;
  margin:0;
  
  padding: 0;
  text-align::left;
}

#facebox .tr, #facebox .br {
  height: 10px;
  width: 10px;
  margin:0;
  padding: 0;
  text-align::right;
}

/*#facebox .b, #facebox .bb {
  height: 10px;
  
  padding: 0;
  text-align::right;

  margin:0;

  
}*/

input.btn_med3
{
background:url(/img/facebox/btn_med.gif) 0 2px no-repeat;
border:0;
width:70px;
height:23px; line-height:20px;
padding:0;
text-align:center;	
color:#ffffff;
}

#facebox .cl, #facebox .cr{
  width: 3px;
  padding: 0;
  margin:0;
  border:0px solid red;
}

#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');
}
