div.bubble {
	width: auto;
	margin: 15px 0 10px 0;
	line-height: 100%;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
	line-heihgt: 150%;
	font-size: 80%;
}

div.bubble .profile_img {
	position: relative;
	padding: 7px 0px 0px 0px;
	top: -1px;
	background: transparent url(../img/tip.gif) no-repeat 30px 0;
	font-family: "MS PGothic";
	font-style: normal;
}

