#tag_cloud_div {
	position: relative;
	width: 500px;
	height: 120px;
}

#tag_cloud
{
    padding: 0 30px 0 30px;
    margin: 0;
	width: 339px;
	height: 105px;
 
    position: absolute;
}

#tag_cloud p
{
    display: inline;
    float: left;
}

#tag_cloud a
{
    text-decoration: none;
    margin: 2px;
	
	margin: 4px;
	width: 100px;
	height: 20px;
	
	font-weight: normal;
}

em
{
    font-size: 1.2em;
    font-style: normal;
    font-family: Tahoma;
    font-weight: bold;
}

#tag_cloud_container
{
	width: 403px;
	height: 105px;

	position: absolute;
	left: 43px;
	top: 10px;
	overflow: hidden;
	padding:5px;
}

#tagcloud_scrollbar_div
{
	position: absolute;
	top: 10px;
	left: 446px;
}

