div#boxtag {
  position: relative;
  float: left;
  width: 255px;
	height: 350px;
	text-align: center;
	margin-top: 15px;
  background: #fff;
	border: #999 1px solid;
	border-color: #999;
  border-radius: 5px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px; 
}
div#tagcloud {
  clear: both;
  position: relative;
	width: 230px;
	margin: 10px auto;
	background: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tag { line-height: 30px; padding: 5px; text-decoration: none; }
.tag:link  { color: #556; }
.tag:visited { color: #bdd; }
.tag:hover { color: #fff; background: #d3d3d3; }
.tag:active { color: #fff; background: #d3d3d3; }

