.top {
	background-image: url(/vote/images/topvote.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 170px;
}
.bottom {
	background-image: url(bottomvote.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 170px;
}
.left {
	background-image: url(leftvote.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 8px;
}
.right {
	background-image: url(rightvote.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 8px;
}

