/*
 *  Widgets title icon
 */

span.ishyoboy-icon{
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url('../images/icon.png');
	margin-right: 3px;
	position: relative;
	top: -2px;
	left: -3px;
	display: block;
	float: left;
	border-radius: 1px;
}