#facebox .b, #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  background:#7FA70A;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}

#facebox .b {
	background:url(b.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;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  display:block;
  padding: 10px;
  background: #F3F6F2;
  height:100%; 
  width: 613px;
}

#facebox .content {

}

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

#facebox .image {
	width: 610px;
	height:100%;
  text-align: center;
}

#facebox img {
  border: 1px solid #D3D2D1;
  background: #FFF;
  padding:3px;
}

#facebox .footer {
  clear:both;
  padding-top: 5px;
  text-align: right;
}

#facebox .footer .buttonContener {
	text-align: right;
	margin:0px;
  	margin-top:5px;
}

a.button2{
display:block;
text-align:center;
padding-top:4px;
height:25px;
width:90px;
background:url(../../../images/1TXT2.JPG) no-repeat;
text-decoration:none;
font-weight:bold;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
