#boxtag { 
  width: 635px;
	height: 180px;
	padding: 10px;
	font-family: tahoma,verdana,helvetica,sans-serif;
	background: #fff;
	border: #dbdbdb 1px solid;
	border-color: #dbdbdb;
  border-radius: 5px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px; 
}
div#tagcloud {
  clear: both;
  position: relative;
  float: left;
	width: 230px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.tag { line-height: 30px; padding: 5px; text-decoration: none; }
.tag:link  { color: #555; }
.tag:visited { color: #944; }
.tag:hover { color: #000; background: #FFCC33; }
.tag:active { color: #000; background: #FFCC33; }
