#subtitle div {
	clear:both;
}
#member-data-toggler {
	font-weight:bold;
}
#member-data {
	padding:10px;
}
#member-data a {
	display:block;
	margin-bottom:4px;
	text-decoration:underline;
}
#add-co dt, #add-co dt * {
	background-image:none !important;
}
#media-container center {
	padding-top:16px;
	padding-bottom:16px
}
#send-page .form-field {
	margin-bottom:6px;
}
/* --- */
#vote-holder {
	margin-left:10px;
	padding-top:6px;
}
#note-status {
	margin-right:10px;
}
#note-status, #voters {
	float:left;
}
#vote-up {
	background-image:url(images/vote-up.jpg);
}
#vote-up:hover {
	background-image:url(images/vote-up-over.jpg);
}
#vote-down {
	background-image:url(images/vote-down.jpg);
}
#vote-down:hover {
	background-image:url(images/vote-down-over.jpg);
}
#vote-note {
	font-size:44px;
	margin-top:-6px;
	margin-bottom:-8px;
	font-weight:bold;
	font-family:"Century Gothic","Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	display:block;
}
#vote-count {
	font-size:10px;
	color:#999999;
}
#note-status .green {
	color:#339900 !important;
}
#note-status .red {
	color:#CC0000 !important;
}
.voter {
	display:block;
	width:25px;
	height:25px;
	/*background-color:#CCCCCC;*/
	margin-bottom:2px;
}
.voter span {
	display:none;
}
