#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup{
  position:relative;
}

#facebox .content {
  background: #fff; 
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/*** newsman new css ***/

#facebox {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important; 
}

#facebox .popup{
	border: 7px solid rgba(0, 0, 0, 0.445);
	border: 1px solid rgba(0, 0, 0, 0.445)/;  
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;  
	border-radius: 7px;
	padding: 0;  
}

#facebox .content {
	display: block;
	width: 420px;
	overflow: show;
	padding: 0;
	background: #fff;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important; 
}	

#facebox_overlay {
	position: absolute;
}	

#closeBox {
	background-color: #f2f2f2;
	height: 41px;
	position: relative;
	width: 420px;
	padding: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

#closeBox a {
	text-decoration: none;
	color: #fff !important;
	font-size: 11px;
	font-weight: 700;
	background-color: #5d76aa;
	border: 1px solid #2a437e;
	-webkit-box-shadow: inset 0 1px 0 #8a9cc2;
	padding: 3px 6px;
	position: absolute;
	right: 10px; 
	top: 10px;
}

#closeBox a:hover {
	color: #fff !important;
}

#fblike {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
	position: relative;
	background-color: #fff;
	display: none;
}

#fblike h1,h1.fb {
	background-color: #6d84b4;
	font-size: 14px;
	color: #fff !important;
	padding: 5px 10px;
	margin: 0;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

.fblikeContent {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
	position: relative;
	height: 120px ! IE;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

.fblikeContent iframe {
	min-height: 80px !important;
}