/* Div that contains all Tags */
.TagCloudDivStyle
{
	width:100%;
	height:90px;
	/*background-color: #b2b2d3;*/
	overflow:auto; 
}

/* Div for a Tag, by default in the code the display is inline */
#SearchTagDiv, .SearchTagDivStyle
{
}

/* Link A of a Tag
#TagCloudTag, TagCloudTagStyle
{
}

