#tagsFloat{
	position:absolute;
	top:7em;
	left:54%;
	width:21%;
	border:1px solid #fff;
  	background:#154a8f url(../images/backtgcld.png) repeat-x 0 0;
  	padding: 5px; /* 0.4em; */
  	height: 200px;
  	overflow:hidden;
}


#tagsFloat .tag{
	font-weight: normal;
	display: block;
	float: left; 
  word-spacing: 0.2em;
  letter-spacing: 0px ;
  white-space: nowrap ;  
}

#tagsFloat .tagColorBlue {color: blue;}
#tagsFloat .tagColorGreen {color: green;}
#tagsFloat .tagColorYellow {color: yellow;}
#tagsFloat .tagColorOrange {color: orange;}
#tagsFloat .tagColorPink {color: #FFC0CB;}
#tagsFloat .tagColorPurple {color: purple;}
#tagsFloat .tagColorBlack {color: black;}
#tagsFloat .tagColorRed {color: red;}
#tagsFloat .tagColorWhite {color: white;}

#tagsFloat .tagSize10  {font-size: 0.9em; line-height: 1.4em;}
#tagsFloat .tagSize20  {font-size: 0.9em; font-weight: bold; line-height: 1.4em;}
#tagsFloat .tagSize30  {font-size: 1.1em; line-height: 1.5em;}
#tagsFloat .tagSize40  {font-size: 1.1em; font-weight: bold; line-height: 1.5em;}
#tagsFloat .tagSize50  {font-size: 1.3em; line-height: 1.6em;}
#tagsFloat .tagSize60  {font-size: 1.3em; font-weight: bold; line-height: 1.6em;}
#tagsFloat .tagSize70  {font-size: 1.6em; line-height: 1.7em;}
#tagsFloat .tagSize80  {font-size: 1.6em; font-weight: bold; line-height: 1.7em;}
#tagsFloat .tagSize90  {font-size: 1.9em; line-height: 1.8em;}
#tagsFloat .tagSize100 {font-size: 1.9em; font-weight: bold; line-height: 1.8em;}
