
#poll-box {
    background-color: transparent;
    border: 1px solid #156b9d;
    height: auto;
    margin: 1em 0.5em;
    padding: 2px;
    width: auto;
}
#poll-box.darkbox {
    background-color: #b7b4a6;
    border: 1px outset #ddd;
}
#poll-box form {
    margin: 0 0.5em;
}
#poll-box form input {
    float: none;
    margin: 0 0.5em;
}
#poll-box #poll-title {
    background-color: #0d5494;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 5px;
    position: relative;
}
#poll-box form p {
    color: black;
    font-weight: normal;
    line-height: 14px;
    margin: 4px 0;
    padding: 0;
}
#poll-box form p a:link, #poll-box form p a:visited {
    text-decoration: underline;
}
#poll-box form p a:hover {
    text-decoration: none;
}
#poll-box form input#button-vote {
    background-color: #ff6600;
    border: 1px outset #ff6600;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    margin: 2px 0;
    text-align: center;
    width: 80px;
}
#poll-box #div_disclaimer_2, #poll-box #div_disclaimer_1 {
    background-color: #fff;
    border: 1px dotted #fff;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 4px 4px 0;
    position: relative;
    text-align: justify;
}
#poll-box #div_disclaimer_2 a:link, #poll-box #div_disclaimer_1 a:link {
    color: #0099ff;
    font-size: 11px;
}
#poll-box .hidden {
    display: none;
}
#poll-box .unhidden {
    display: block;
}
