@charset "utf-8";
/* CSS Document */
* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #999;
}

body {
    display: block;
    width: 300px;
    height: 230px;
    overflow: hidden;
}

div.votenow {
}

h1 {
    font-size: 24px;
    font-weight: normal;
}

h4 {
    font-size: 12px;
    font-weight: normal;
}

hr {
    height: 1px;
    border: none;
    background-color: #999;
    margin: 10px 0;
}

ul {
    display: block;
    clear: both;
    list-style: none;
    padding: 0 0 0 0;
}

ul.gesamt li {
    cursor: default;
}

li {
    margin: 0 0 8px 8px;
    line-height: 28px;
    background: url(http://www.singpoint.de/img/redstars.png) no-repeat;
    width: 29px;
    height: 28px;
    float: left;
}

li.title {
    font-size: 12px;
    background: none;
    padding: 0;
    color: #000;
    font-weight: bold;
    margin: 0;
    width: 108px;
}

i {
    position: absolute;
    font-size: 10px;
    margin-top: 11px;
}

input[type=radio] {
    display: none;
}

div.submit {
    margin-top: -10px;
}

div.submit p {
    line-height: 51px;
    position: relative;
    font-size: 10px;
    float: left;
}

input[type=submit] {
    width: 200px;
    height: 51px;
    background: url(http://www.singpoint.de/img/vote.jpg) no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 105px;
}

input[type=submit]:hover {
    background-position: -200px 0;
}