/* The code for the share box starts here: */

.pbl {
	text-align: center;
	width: 430px;
	padding: 20px 0px 25px 0px;
	margin: 0px 0px 15px 0px;
	height: auto;
	background: #F7F7F2 url(/images/catbtm.png) left bottom no-repeat;
	overflow: hidden;
}

#stage{
	/* This is where the animation takes place */
	position:relative;
	vertical-align:top;
	width: 410px;
	height: 210px;
	_height: 310px;
	/*background: #F7F7F2 url(images/catbtm.png) left bottom no-repeat;*/
	/*background:#ffffff;*/
	float:left;
	text-align: center;
	_display:inline;
	z-index:1;
	_overflow: hidden;
	
	border-bottom-left-radius:12px;
	border-top-left-radius:12px;
	
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-topleft:12px;
	
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-top-left-radius:12px;
}

.btn{
	/* This class is assigned to every share button */
	/*background-color:#ffffff;*/
	_vertical-align:top;
	height:180px;
	left:0;
	right:5;
	top:0;
	width:160px;
	position:relative;
	margin:0px 0px 0px 0px;
	_height: 0;
	_padding: -20px 0px 0px 0px;
	float:left;
}

.btn h4 {
	font-size: 12px;
}