#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
  font-family: helvetica, arial, sans-serif;
}



#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #FCFBF9;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

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

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

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

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 999;
}









#facebox h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight:bold;
  line-height:1em;
  font-family: helvetica, arial, sans-serif;

}



#facebox h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;  
  margin-top: 14px;
  margin-bottom: -5px;
  font-family: helvetica, arial, sans-serif;
  line-height:1.47em;
}
	 

#facebox h3 {
  font-size: 16px;
 /* font-weight:bold;*/
  margin-top: 13px;
  line-height: 20px;
  margin-bottom: -5px;
}

#facebox h3 a {
	font-weight:bold;
}

#facebox h4 {
  font-size: 13px;
  font-weight: bold;  
  margin-top: 15px;
  margin-bottom: 10px;
}

#facebox h5 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #ff3300;
}

#facebox h6 {
  font-size: 20px;
  font-weight: bold; 
  line-height: 20px;  
  margin-top: 6px;
}

#facebox a {
	/*color: #666 old grey*/
  color: #000;
  text-decoration: none;
  font-weight:bold;
}

#facebox a:hover {
  color: #000;
  text-decoration: none;
}

#facebox a img {
  border: 0px !important;
}

#facebox p a, #facebox a.underline {
  text-decoration: none;
}

#facebox p, #facebox pre {
  margin-top: 9px;
  line-height: 1.47em;
}

#facebox pre {
  padding: 10px;
  border: 1px solid #dedede;
}

#facebox tt {
  background: #ffffde;
}

#facebox hr {
   border: 0;
   color: #dedede;
   background-color: #dedede;
   height: 1px;
   margin: 10px 0;
}
