/*.thumb_vote_up {
float: left;
width: 50px;
height:  50px;
background-color: #cccccc;
color: green;
font-weight: bold;
font-size: 20px;
text-align: center;
}

.thumb_vote_down {
float: right;
width: 50px;
height:  50px;
background-color: #cccccc;
color: red;
font-weight: bold;
font-size: 20px;
text-align: center;
}

.disabled {
background-color: #bbbbbb;
}

.pressed {
text-decoration: underline;
}

.item {
margin-left: 50px;
background-color: #cccccc;
width: 350px;
}*/
