#facebox .b {
  background:url(./images/b.png);
}
/*
#facebox .tl {
  background:url(./images/tl.png);
}

#facebox .tr {
  background:url(./images/tr.png);
}

#facebox .bl {
  background:url(./images/bl.png);
}

#facebox .br {
  background:url(./images/br.png);
}
*/
#facebox .tl {
  width:10px;
  height:10px;
  background:url(./images/facebox.png) bottom right no-repeat;
  background-position:-30px 0;
}
#facebox .tr {
  width:10px;
  height:10px;
  background:url(./images/facebox.png) bottom left no-repeat;
  background-position:-20px 0;
}
#facebox .bl {
  width:10px;
  height:10px;
  background:url(./images/facebox.png) top right no-repeat;
  background-position:-10px 0;
}
#facebox .br {
  width:10px;
  height:10px;
  background:url(./images/facebox.png) top left no-repeat;
  background-position:0 0;
}

#facebox .close {
  display:inline-block;
  width:66px;
  height:22px;
  background:url(./images/facebox.png) top left no-repeat;
  background-position:-40px 0;
}



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

#facebox.iframe { width:95%; height:95%; }
/*#facebox.iframe .body {width:99%;}*/
#facebox.iframe iframe { height:100%; width:100%; border:0; margin:0; padding:0; }

#facebox .popup {
  position: relative;
}

#facebox table.faceboxtable {
  border-collapse: collapse;
  width:auto;
}

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

#facebox .body {
  padding: 10px;
  background: #fff;
  /*width: 675px; */
}

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

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

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

#facebox .faceboxFooter {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  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%;
  opacity:0.3;
  filter: alpha(opacity = 30);
  zoom:1;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #888;
  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 h1.faceboxTitle {
  margin: 0;
  border: 1px solid #3B5998;
  padding: 5px 10px;
  background-color: #6D84B4;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

#facebox .fixedw {
    width:625px;
}
