#facebox {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:1px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:0px;
  border-radius:2px;
  -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);
  background-color:#FFF;
  width:698px;
  height:480px;
  margin-top:40px;
  margin-left:-80px;
  border:2px solid #;
   border-bottom:10px solid #693;
   border-top:10px solid #693;
   color:#000;
   overflow:auto;
  
}





#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox.close{
 position:absolute;
	top:630px;
	right:4px;
	font-size:14px;
	cursor:pointer;
	color:#F00;
	margin-left:-120px;
	margin-top:208px;
	
}




#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:180%;
  width:100%;
  
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color:;
  z-index: 99;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor:pointer;
}


