ul#statuses {
	padding:0px;
	margin-top:30px;
	list-style-type:none;
}
ul#statuses li {
	border-bottom:1px dashed #DDD;
	padding:15px 15px 15px 10px;
	font-size:14px;
}
ul#statuses li:first-child {
	border-top:1px dashed #DDD;
}
ul#statuses li:hover {
	background-color:#F7F7F7;
}
ul#statuses div.tweetTxt {
	min-height:52px;
}
ul#statuses span.date {
	margin-top:1px;
	font-size:12px;
	color:#999;
}
ul#statuses span.name {
	padding-right:3px;
	color:#007bc4;
	font-weight:bold;
}
input#name {
	width:25%;
}
textarea {
	margin-top:5px;
	border:1px solid #AAA;
	padding: 4px 2px;
	width:50%;
	display:block; 
	height:80px;
	overflow:auto;
}
.submit {
	color:black;
	font-size:14px;
	height:30px;
	width:110px;
	border:1px solid #AAA;
	cursor:pointer;
}
.submit:hover{
	border:1px solid black;
}
