.bubble_container
{
	margin-bottom:10px;
}

.item_container
{
	margin-bottom:3px;
}

.bubble_bg
{
	border:0px;
	padding-left:10px;
	background: #6c7277 url('images/bubble_bg_6c7277.gif') repeat-y top left;

}

.bubble_bg a
{
	background-color: #6c7277;	
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
}

.bubble_top
{
	background: #6c7277 url('images/bubble_top_6c7277.gif') no-repeat scroll left top;
	/*padding:10px 12px 25px;*/
	height:	12px;
	width:220px;
}

.bubble_bottom
{
	/*background-color:red;*/
	background: #6c7277 url('images/bubble_bott_6c7277.gif') no-repeat scroll left bottom;
	/*color:#FFFFFF;*/
	/*padding:10px 12px 25px;*/
	height:33px;
	width:220px;	
}

