.vote-wrap, .vote-wrap-login {
background:url(thumb.png) no-repeat;
width:105px;
text-align:center;
}

/* no of votes before vote click */
.vote-count {
font:bold 30px arial;
text-shadow:1px -1px #eee;
color:#000;
}

/* no of votes after vote click */
.vote-counted {
font:bold 30px arial;
text-shadow:1px 1px #777;
color:crimson;
}

/* click to vote */
.vote-text{
font:bold 12px verdana;
color:#009900;
padding:2px 3px;
cursor:pointer;
}

.vote-text:hover{
cursor:pointer;
font:bold 12px verdana;
color:#bb0000;
padding:2px 3px;
}


/* voted */
.voted-text {
font:normal 11px verdana;
color:crimson;
}