#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/b.png);
}

#facebox .tr {
  background:url(images/b.png);
}

#facebox .bl {
  background:url(images/b.png);
}

#facebox .br {
  background:url(images/b.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
  border:none;
  -moz-box-shadow: 0 0 15px #777777;
  -webkit-box-shadow: 0 0 15px #777777;
  box-shadow: 0 0 15px #777777;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .close {
  text-align: right;
width: 15px;
display: block;
height: 15px;
background: url(left_include/closeit.jpg) right center no-repeat;
float: right;
text-decoration: none;
}

#facebox .close:hover{
background: url(left_include/closeit.jpg) left center no-repeat;
}

#facebox .content{
margin:5px;
margin-top:0px;
margin-bottom:5px;
}
#facebox .title{
font-family: 'Trebuchet MS';
font-size: 18px;
color: #3D77CB;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom:10px;
  }

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 2px;
  width: 2px;
  overflow: hidden;
  padding: 0;
}

#facebox td{
padding: 0px;
border: none;
}


body.noscroll
{
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

#facebox{
position:fixed;
}


.black_overlay{
    display: none;
	top:        0; 
	left:       0; 
	position:   fixed; 
    width: 100%;
    height: 100%;
    background-color: #A3A3A3;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
