#tweet {
	padding: 0px;
	width: 175px;
	height: 150px;
	position: relative;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


#tweet a {
	color: #000000;
}

#tweet a:hover {
	color: #000000;
}

#tweet .loading {
	margin-left:20%;
	margin-top:28px;
}

#tweet ul {
	list-style:none;
	float:left;	
	margin:10px 0px 0px 0px;
}

#tweet li {
	font-size: 14px;
	left: 0px;
	position: absolute;
	top: 10px;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-style: italic;
}

#twitter img {
	margin-left: -200px;
}
/* End twitter styles */
