body {

margin:0 auto;

}

.panel {
z-index: 1000;
position: fixed;
top: 300px;
right: 0;
display: none;
background: #f2f2f2;
border:1px solid #d2d2d2;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
width: 200px;
height: auto;
padding: 30px 130px 30px 30px;
filter: alpha(opacity=85);
opacity: .85;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
z-index: 1000;
position: fixed;
text-decoration: none;
top: 300px; right: 0;
width:47px;
height:150px;


background:url(../images/fb.png) 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.trigger:hover{
position: fixed;
z-index: 1000;
text-decoration: none;
top: 300px; right: 0;
width:47px;
height:150px;
padding-right:10px;


font-weight: 700;
background: #3b5998 url(../images/fb.png) 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.trigger {
	z-index: 1000;
	top: 270px; right: 0;
	height:25px;
	width:25px;
background:#3b5998 url(../images/minus.png) 50% 55% no-repeat;
}
