/* module style */

.tagit_loading {
	margin-top:10px;
	height: 15px;
	background: url('images/ajax-loader.gif') 50% 50% no-repeat;
	}
	
.tagit_title {
	font-size: 1em;
	font-weight:bold;
	color:#000000;

}

.tagit_list {
	font-size: 1em;
	font-weight:normal;
	color:#9EA28A;
}

.tagit_count {
	font-size: 8px;
	color: #888;
}



