.tagcloud {
	margin: 20px 0 0 0;
}

.tagcloud_top {
	height: 10px;
	display: block;
	overflow: hidden;
	background: url(../images/tagcloud_top.gif) no-repeat;
}

.tagcloud_body {
	padding: 0 10px 0 10px;
	display: block;
	overflow: hidden;
	background: url(../images/tagcloud_body.gif) repeat-y;
}

.tagcloud_bottom {
	height: 10px;
	display: block;
	overflow: hidden;
	background: url(../images/tagcloud_bottom.gif) no-repeat;
}

.tagcloud a {
	line-height: 1.2em;
	text-transform: lowercase;
}

h6.see_more {
	margin: 7px 0 0 0;
	float: right;
	background: url(../images/tag.gif) no-repeat;
	padding: 0 0 0 22px;
	display: block;
}

h6.see_more a {
	display: block;
	height: 16px;
	line-height: 16px;
	color: #333;
}

h6.see_more a:hover {
	color: #3398df;
}