#twitter_div {
  margin: 30px 0 20px 0;
  padding: 10px;
  border: 1px solid #f6f0df;
  background: #e8dec5;
  width: 280px;
}

#twitter_div ul {
  margin: 4px 0 10px 0;
	padding: 0;
}

#twitter_div .sidebar-title {
  border-bottom: 1px solid #f6f0df;
	padding-bottom: 6px;
}

#twitter_flash {
  margin: 20px 0 20px 0;
}
	  
#twitter_update_list {
  margin: 20px 0 20px 0;
	padding: 0;
}

#twitter_update_list li {
   padding: 6px 0 6px 20px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #f6f0df;
	background: url('/assets/images/twitter_bubble.gif') 0 4px no-repeat;
}
