/* @override http://media.playpark.net/pp/v6/javascripts/balloondropdownpanel.css */

body{
margin:0;
paballooning:0;
}

.balloonpanel {
	width:315px;
	right:0;
	bottom:0;
	position: fixed;
	z-index: 9999999999999999;
}

.balloonpanel .balloonpaneltab{
	position: relative;
	z-index: 999999;
	right:0;
	width:300px;
	float:left;
}

.balloonpanelcontent {
	width:315px;
	height:255px;
	float:left;
	background:url(http://media.playpark.net/PP/v6/images/frame_02.png) no-repeat;
}

.balloonpanelcontent div{
	padding: 1px 0 0 11px;
}

.balloonpanel .balloonpaneltab a{ /*"toggle" tab related CSS*/
float: left;
color: white;
width:315px;
height:25px;
background: url(http://media.playpark.net/PP/v6/images/frame_01.png) no-repeat left bottom; /*background of toggle tab*/
}

