
body {
    background: #c8ccff;
    font-family: "Verdana","Sans-serif";
}

#content {
    background: #414684;
    color: white;
    margin: 10px auto;
    width: 600px;
    padding: 10px 20px 15px 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 5px 5px 5px 0;
}

.choicelist ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 5px 20px 20px;
}


#bottom {
    text-align: center;
}

#logo {
    border-style: none;
    display: block;
    margin: 5px auto;
    width: 556px;
    height: 72px;
}

#result-table, #archive-table {
    margin-left: 10px;
    margin-bottom: 10px;
}

#commenttable th {
    vertical-align: top;
    text-align: right;
}

#commentcontainer {
    margin-top: 10px;
}

div.comment {
    border: 1px solid white;
    margin: 10px 5px;
    padding: 3px 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

h1 {
    margin-top: 5px;
}

a {
    color: white;
    font-weight: bold;
}

p {
    margin: 5px;
}

td {
    vertical-align: top;
}

tr.error td * {
    border: 2px solid red;
}

img {
    border-style: none;
}

.votebar1 {
    width: 100px;
    height: 10px;
    padding: 0;
    background: gray;
}

.votebar2 {
    background: white;
    margin: 0;
    padding: 0;
    height: 10px; 
}

#result-table .col1,.col2 {
    padding-right: 10px;
}

#result-table td {
    vertical-align: middle;
}

p.links {
    position: relative;
    margin-top: 10px;
}

.archive {
    position: absolute;
    right: 0;
}


