common.css
371 Bytes
.red { float:left;color:red}
.white {float:left;color:white}
.tooltipbox {
background:#fef8dd;border:1px solid #c40808; position:absolute; left:0;top:0; text-align:center;height:20px;
color:#c40808;padding:2px 5px 1px 5px; border-radius:3px;z-index:1000;
}
.voteitem {float:left;width:250px;margin:5px;padding:5px;border:1px solid #ccc;}
.voteitem img {height: 120px;}