/* CSS Document */
#openXAds {
	display: none;
}

#fbPopupBg {
	background: url(../images/overlay.png) repeat;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 997;
}

#fbPopupOuter {
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 998;
}

#fbPopupInner {
	margin: 0 auto;
	overflow: visible;
	width: 396px;
}

#fbPopupTitle {
	background: url(../images/bg_popup.png) top left no-repeat;
	height: 52px;
	overflow: hidden;
}

#fbPopupTitle span {
	display: block;
	height: 52px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

#fbPopupContent {
	background: url(../images/bg_popup.png) center top repeat-y;
	min-height: 20px;
	padding: 1px 36px;
	zoom: 1;
}

#fbPopupContent:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
}

#fbPopupContent p {
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 18px 0 6px 0;
}

#fbButton {
	margin: 0 auto;
	overflow: visible;
	width: 120px;
}

#fbPopupShare {
	background: url(../images/btn_share.png) top left no-repeat;
	clear: both;
	display: block;
	float: none;
	height: 56px;
	margin: 15px auto 30px auto;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 217px;
	zoom: 1;
}

#fbPopupShare:hover {
	background-position: bottom left;
}

#fbPopupClose {
	background: url(../images/btn_no_thanks.png) top left no-repeat;
	clear: both;
	display: block;
	float: right;
	height: 26px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 76px;
	zoom: 1;
}

#fbPopupClose:hover {
	background-position: bottom left;
}

#fbPopupFooter {
	background: url(../images/bg_popup.png) right 17px repeat;
	height: 18px;
	padding-top: 1px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}