/* Plurkbubble.css */

.buttonContainer {
	text-align:right;
	font-size:small;
	cursor:pointer
}

.plurkContainer {
	width:255px;
	background-image:url('img/images/bubble_05.gif');
	background-repeat:repeat-y;
	background-position:0px 31px;
	background-color:#FF7E75;
	margin-bottom:0.5em; !important
}

.plurkContainer_bottom {
	background-color:#ffffff;
	background-image:url('img/images/bubble_10.gif');
	height:31px
}

.plurkContainer_text {
	padding:0.5em;
	background-image:url('img/images/bubble_07.gif');
	background-repeat:repeat-y;
	background-position:right;
	color:#ffffff;
	font-size:20pt;
	font-weight:bold;
	font-family:Helvetica
}

.plurkContainer_top {
	background-color:#ffffff;
	background-image:url('img/images/bubble_03.gif');
	height:31px;
}

ul#plurkList {
	padding:0;
	overflow:hidden;
	width:240px;
	margin-top:0px;
}

ul#plurkList li {
	margin:0;
	list-style-type:none;
	margin-bottom:1em;
}