@charset "utf-8";
/* CSS Document */

a:focus {outline: none}
object {outline: none}


.comment_blob{
	background-image:url(comment_blob.png);
	background-repeat:no-repeat;
	color:#EBD592;
	font-size:9px;
	padding-left:10px;
	padding-top:12px;
}
.comment_text{
	background-color:#FCF8EF;
	border:1px solid #E6C98E;
}

.bar_bg{
	background-image:url(bar_bg.jpg);
	background-repeat:repeat-x;
}
