#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 499;
  text-align: left;
  font-family: 'Helvetica Neue', arial, sans-serif;
}


#facebox .popup{
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.33);


}

#facebox .content {
  display:table;
  width: 645px;
  padding: 58px 10px 0px 10px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  background: #fff url(/images/body-bg.gif) 0 0px repeat-x;
}
#facebox .content_w2{
  width: 460px;
}
#facebox .content_w3{
  width: 850px;
}
#facebox  .bookemon_logo{
  position:absolute;
	display:block;height:52px;width:136px;	
	background: url(/images/bookemon-popup-logo.png) no-repeat 0 0; 
	left:20px; top:6px;
}


#facebox .close{
  position:absolute;
	display:block;height:26px;width:26px;
	text-decoration:none;
	background:url(/images/jqmclose.png) no-repeat 0 0;float:right;position:absolute;right:-16px;top:-14px

}


#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: 498;
}

#facebox h1{
	position:absolute;
	left:200px;
	top:15px;
	font-size:20px;
	color:#fff;
}
#facebox .content_w2 h1{
	left:175px;
	font-size:16px;
	top:17px;
}
#facebox .content_w3 h1{
	left:175px;
	font-size:16px;
	top:17px;
}
#facebox h2{
  font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
	color: #333;
	font-size: 20px;
	min-height: 20px;
	padding: 10px 5px 10px 5px;
	margin: 0 0 0 0;
	width:630px;
}
#facebox h2 a{
	color:#333;
}
#facebox .content_w2 h2{
  width: 450px;
}
#facebox .content_w3 h2{
  width: 840px;
}
#facebox  div.box-nohead{
background: #fff;border: none;
}