#containerFB {
	clear: both;
	margin: 0;
	padding: 0;
}
.contentFB {
	font-style:normal;
	font-family:helvetica, arial, verdana, sans-serif;
	color:#ffffff;
	background:#333333;
	border:1px solid #444444;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	margin: 30px 0 50px;
	padding: 15px 0;
}
.contentFB h3 {
	color:#FFF !important;
}
.contentFB p {
	margin: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.panelFB {
	position: fixed;
	color:#FFF;
	top: 20px;
	right: 0;
	display: none;
	background: #000000;
	border:1px solid #111111;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	width: 330px;
	height: auto;
	padding: 30px 130px 30px 30px;
	opacity: .95;
}
.panelFB li {
	color: #cccccc;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 45px;
	list-style-image: url(../img/page-next.gif);
	padding: 3px;
	list-style-position: inside;
}
.panelFB a, .panelFB a:visited {
	margin: 0;
	padding: 0;
	color: #0FF !important;
	text-decoration: none !important;
}
.panelFB a:hover, .panelFB a:visited:hover {
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: underline !important;
}
a.triggerFB {
	position: fixed;
	text-decoration: none;
	top: 20px;
	right: 1px;
	font-size: 11px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 15px 15px 15px 30px;
	font-weight: 700;
	background:#333333 url(../img/help.png) 55% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
a.triggerFB:hover {
	position: fixed;
	text-decoration: none;
	top: 20px;
	right: 1px;
	font-size: 11px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding: 15px 20px 15px 30px;
	font-weight: 700;
	background:#222222 url(../img/help.png) 55% 55% no-repeat;
	border:1px solid #444444;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: block;
}
a.active.triggerFB {
	background:#222222 url(../img/error.png) 55% 55% no-repeat;
}

