#opaque {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
	background-color: black;
	filter: alpha(opacity=38);
	opacity: 0.38;
}

/*
#facebox .f-tl {
  background: transparent url('../images/f-tl.png') 0 0 no-repeat;
}

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

#facebox .b {
  background:url('../images/b.png') repeat;
}

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

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

#facebox .br {
  background:url('../images/br.png');
}
*/
.f-tl, .f-tr, .f-bl, .f-br {
	width: 1px;
	height: 1px;
}
.f-l, .f-r {
	width: 1px;
}
.f-t, .f-b {
	height: 1px;
}
#facebox .f-tr, #facebox .f-r, #facebox .f-br {
	background-repeat: repeat-y;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  border: none;
  zoom: 1;
  background-color: #fff;
  border: 3px solid #5B7380;
}

#facebox .popup {
  	position: relative;
	min-width: 362px;/*362*/
	border: none; zoom: 1;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  /*padding: 28px 25px 15px;*/
  background-color: #fff;
}

.f-content {

}

#indexBody #facebox {
  width: 506px;
}

#indexBody #facebox .body {
  width: 506px;
}

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

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

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

#facebox .footer {
  display: none !important;
}
#facebox .up {
	position: absolute;
	left: 470px;
	top: 30px;
	z-index: 999;
}

#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: #000;
  
    filter: alpha(opacity=38);  
    -moz-opacity: 0.38;  
    -khtml-opacity: 0.38;  
    opacity: 0.38;   
  
  /*/opacity: 0.38 !important;*/
  z-index: 900;
}

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


#facebox .buttons1 {
  margin-left: 175px;
}

#facebox .info {
  margin: 0 0 60px 170px;
}
#facebox .info h3 {
  height: 133px;
  border: none;
}

#facebox img.l {border: 1px solid #dcdcdc;}

.lft-clm {
  float: left;
  margin: 13px 13px 13px 10px;
  width: 150px;
}

.buttons-new {margin-top: 10px;}
.buttons-new a {
  display: block;
  width: 150px;
  height: 30px;
  background: url('../images/b_header.png') 0 0 repeat-x; 
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 5px;
}

#facebox h1 {text-align: center; padding: 0 2px;}
#facebox .content {margin: 0; padding: 0;}
#facebox .noItems {padding-top: 20px; text-align: center; font-size: 20px; }