#fb-likebox-wrapper {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
#fb-likebox-close {
	width: 100%;
	height: 100%;
}
#fb-likebox {
	background: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 10px 10px 10px;
	border-radius: 3px;
	position: absolute;
	top: 40%;
	left: 40%;
	margin-top: -100px;
	margin-left: -50px;
	min-width: 200px;
	min-height: 200px;
}
#likebox-button {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	text-decoration: none;
	line-height: 26px;
	width: 26px;
	text-align: center;
	color: #000000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	height: 26px;
	font-weight: bold;
	font-size: 16px;
}
#likebox-button:before {
	content: "X";
}
#follow-us {
	font-size: 20px;
	color: #000;
	font-family: inherit;
	margin: 5px 0 10px;
	font-weight: bold;
}
#poweredby,#poweredby a.visited,#poweredby a{
	color: #aaaaaa;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
#poweredby a:hover {
	color: #333;
}