
/* Normal Bubble */
div.bubble {
	width: 200px;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble a{
	color:#33ccff;
	font-style:none;
}

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

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble p.normal {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 8px;
	top: -2px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.bubble  ul li {
	width:175px;
	list-style-type: none;
	margin-left: -1.5em;
}

img.follow{
	border:none;
	top: 0px;
	margin-left:10px;
}