@charset "utf-8";
/* CSS Document */
#twitter label {
	border-bottom:1px solid #CFDAE5;
	color:#545454;
	font-size:inherit;
	font-weight:normal;
	padding:2px 4px 1px 12px;
}
#twitter ul {
	list-style:none;
}
#twitter h4 {
	padding: 2px 4px 1px 12px;
	font-weight:normal;
	font-size:inherit;
	color: #545454;
	border-bottom:1px solid #CFDAE5;
}
#twitter li {
	color: #545454;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	border-bottom:1px solid #CFDAE5;
}
#twitter li a {
	text-align:right;
	padding:0px;
	display:block;
	text-decoration:none;
	color:#545454;
}
#twitter li a:hover {
	background-color:#A6C0EC;
}
#twitter .bubble {
	width:262px;
	margin:0px auto;
	padding-bottom:5px;
}
#twitter .bubbletop {
	background:url(../img/twitterbubble_top.png);
	height:6px;
	overflow:hidden;
	margin-top:3px;
}
#twitter .bubblecontent {
	background:url(../img/twitterbubble_content.png);
	height:auto;
	padding:0px 3px 0px 3px;
}
#twitter .bubblebottom {
	background:url(../img/twitterbubble_bottom.png);
	height:18px;
}
