.widget_wp_plugin_feed_text_link .rss {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/rss.png) left center no-repeat;
}

.widget_wp_plugin_feed_text_link .rss a {
	line-height: 16px;
}

.widget_wp_plugin_feed_text_link .atom {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/atom.png) left center no-repeat;
}

.widget_wp_plugin_feed_text_link .atom a {
	line-height: 16px;
}

.widget_wp_plugin_feed_text_link .rdf {
	padding: 1px 0 1px 16px;
	list-style-type: none;
	background: url(icon/rdf.png) left center no-repeat;
}

.widget_wp_plugin_feed_text_link .rdf a {
	line-height: 16px;
}

.widget_wp_plugin_feed_text_link .help {
	padding: 1px 0 1px 20px;
	list-style-type: none;
	background: url(icon/help.png) left center no-repeat;
}