#cats a, #allcats a {
	color: #aaa;
	text-decoration: none;
	background: #ddd url(../img/button.gif) center;
	border-top: #eee 1px solid;
	border-right: #bbb 1px solid;
	border-bottom: #aaa 1px solid;
	border-left: #ddd 1px solid;
	padding: 2px 5px 4px 5px;
	display: block;
}
#cats a.active, #allcats a.active {
	color: #444;
}
fieldset {
	border: #ddd 1px solid;
	padding: 0 8px 8px 8px;
}
.custom1 {
	text-align: center;
}
.custom2 {
	text-align: left;
}
.custom3 {
	text-align: justify;
}
legend {
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
#edit {
	text-align: center;
	background: #ffd;
	border: #aaa 1px solid;
	padding: 3px;
	margin: 2px;
}
.edtitle {
	font-weight: bold;
	padding: 0 0 5px 0;
}
.rpoints {
	padding: 2px;
}
.point {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: relative; 
}
.cluster {
	color: #fff;
	font-weight: bold;
	text-align: center;
}