/* Normal Bubble */
div.bubble {
	width: 150px;
	float: left;
	padding-right: 0px;
	position: relative;
	font-size: 12px;
	top: 400px;
	height: auto;
	left: 350px;
}

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

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

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	font-style: normal;
	background-color: transparent;
	background-image: url(../images/twitter/tip.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 2px dotted #000;
	background-color: #FFF;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background-color: transparent;
	background-image: url(../images/twitter/tip-rounded.gif);
	background-repeat: no-repeat;
	background-position: 15px 0;
}

#twitter_update_list {
	list-style-type: none;
}
