/* CSS Document */
.TwitterCSS a{
	text-decoration:none;
}
.TwitterCSS fieldset{
	width:470px;
	margin: 5px;
	padding-bottom:5px;
	background-color:white;
	-moz-border-radius: 5px;
}
.TwitterCSS div{
	font-family:Tahoma;
	font-size:12;
	color:#333333;
	margin:5px;
}
.TextBody{
	width:380px;
}
.ScreenName{
	color:#0000CC;
	cursor:pointer;
}
.SearchKey{
	font-weight:bold;
}
.PulishedDate{
	font-style:italic;
	color: #CCCCCC;
	font-size:11px;
}
.ProfileImage{
	float:left;
	width: 57px;
	height: 68px;
}
.TwitterCSS select{
	border: 1px solid gray; 
	font-family: Tahoma; 
	font-size: 10px; width: 150px;
}
.error{	
	
}
.result{
	width:470px;
}
.Footer{	
	background-color:#b7d9f9;
}