/*
 *	Title: Generic CSS Styles for Polls app
 *	Date: February 11, 2008
 *  Author: Taylan Pince (tpince at trapeze dot com)
 */

.poll ul {
    margin: 15px 0px 0px 0px;
}

.poll ul li {
    list-style: none;
    margin-bottom: 15px;
}
.poll-choices ul li,
.poll ul li.last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.poll ul li input {
    width: auto;
}
.poll label {
    font-weight: normal;
}

.poll-percentage-wrapper {
    width: 112px;
    background-color: #aa9c8e;
}

.poll-percentage,
.poll-percentage-empty {
    color: #FFF;
    font-size: 10px;
    background-color: #8B141D;
    padding: 1px 6px 1px 6px;
}

.poll-percentage-empty {
    background-color: transparent;
}

