/**
 * {# PROJECT_LONGNAME #}
 * Written by buggedcom (Oliver Lillie) http://www.buggedcom.co.uk/
 * For Ten4 Design http://www.ten4design.co.uk/
 * CSS compressed using the Offbeat CMS compression system http://www.offbeat.com
 */
/* Normal Bubble */
div.bubble {
	width: 100%;
	margin-bottom: 13px;
}

div.bubble div.comment {
	padding:5px;
	background-color: #fdd300;
	border:1px solid #F2C211;
}
div.bubble div.comment_owner {
	padding:5px;
	background-color: #fdf0ad;
	border:1px solid #F2C211;
}
div.bubble div.comment span.edit, div.bubble div.comment_owner span.edit
{
	font-size:10px;
}
div.bubble div.comment hr, div.bubble div.comment_owner hr
{
	margin-bottom:4px;
}

div.bubble div.comment p {
	padding: 0px;
}

div.bubble div.author {
	font-size:11px;
	z-index:1000;
	margin: 5px;
	position:relative;
	top:-1px;
	font-style: normal;
	background: transparent url(http://cdn.umg3.net/pixielott/images/default/blocks/comments/tip.png) no-repeat 20px 0px;
}
div.bubble div.author_owner {
	font-size:11px;
	z-index:1000;
	margin: 5px;
	position:relative;
	top:-1px;
	font-style: normal;
	background: transparent url(http://cdn.umg3.net/pixielott/images/default/blocks/comments/tip_author.png) no-repeat 20px 0px;
}
div.bubble div.author div.details, div.bubble div.author_owner div.details 
{
	padding:5px 0 0 45px;
}
div.bubble div.author span.admin, div.bubble div.author_owner span.admin 
{
	position:absolute;
	right:0;
}
