#twitter {
width:100%;
}

.tweetsList{
	position:relative;
	list-style:none;
	border-bottom:1px solid #C0C0C0;
	padding-top:5px;
	padding-bottom:5px;
}

.tweetsList:hover{
	background:whitesmoke
}

.tweetsList img {
	width: 48px;
	height: 48px;
	float:left;
	margin-right: 1em;
}

.tweetsList content{
	min-height :48px;
}

#func{
	position:absolute;
	right:1px;
	bottom:1px;
	font-size:12px;
	font-style:italic;
}

/* Character Count styles */
form{
	width:450px;
}
label{
	display:block;
	font-size:14px;
	}
#formArea {position:relative;}
input {
	border:2px solid #ccc;
	padding:3px;
	margin-right:2px;
	}
#tweetContent {
	width:440px;
	height: 90px;
	border:2px solid #ccc;
	padding:3px;
	margin-right:2px;
	font-size:14px;
	}
form .counter{
	position:absolute;
	right:70px;
	top:0px;
	font-size:20px;
	font-weight:bold;
	color:#ccc;
	}
form .warning{color:#600;}	
form .exceeded{color:#e00;}	

#corp{
	font-size:14px;
	color: #778899
}

#logoArea{
	background: #00BFFF;
	height: 42px;
}

#alert{
	color:red
}

#msg{
	font-size:12px;
}
