@charset "utf-8";
/* CSS for News Feed */



.titlefield { /*CSS for RSS title link in general*/
	font-size: 13px;
}
.labelfield { /*CSS for label field in general*/
	font-size: 10px;
}
.datefield { /*CSS for date field in general*/
	color:#aaa;
	font-size:10px;
	padding-left:4px;
}
#example1 { /*Demo 1 main container*/
	width:900px;
	height:46px;
	padding:0 0 0 80px;
	margin:-22px 0 0;
	text-align:left;
	float:left;
}
#example2 .titlefield {
	font-size:12px;
}
#example2 ul li { /*Demo 2 LI that surrounds each entry*/
	margin-bottom: 4px;
}

