@charset "utf-8";
/* CSS Document */

#twitter_box {
	width:310px;
	padding: 0 0 0 10px;
}

#twitter_div {
	background-image: url('../images/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5aa5bc;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:0;
	padding-top: 32px;
	padding-right: 10px;
	padding-left: 10px;
	height:37px;
}
 
#twitter_div ul li {
	color: #333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #F60;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #333;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 30px;
	padding-bottom:0;
	color: #F60;
}

