/*
CSS for Show Unread Comments Plugin
*/

img.suc_read
{
	border:none;
}

img.suc_unread
{
	border: 1px solid #CCCCCC;
}

