.vote-rating{
	float:right;
	font-size:2.1em;
	padding:5px 5px;
}

.vote-rating .positive {
	font-weight: bold;
	color: green;
}

.vote-rating .negative {
	font-weight: bold;
	color: red;
}

.vote-img{
	float:right;
	padding-top:10px;
	margin-right:5px;
	margin-left:10px;
}
.vote-img img{
	border:0px;
}
.vote-msg{
	clear:both;
	text-align:right;
	font-weight: bold;
}

.red-text{
	color:red;
}

.green-text{
	color:green;
}

.hidden{
	display:none;
}
