.poller {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}

.poller .poller-head {
    font-size: 18px;
    margin-bottom: 14px;
    clear: both;
}

.poller .poller-content {
    width: 100%;
    clear: both;
    line-height: 20px;
}

.poller .poller-content td {
	height: 20px;
}

.poller .poller-content .poll-c-1 {
    width: 20px;
}

.poller .poller-content .poll-c-2 {
	padding-right: 10px;
}

.poller .poller-content .poll-c-3 {
    width: 150px;
}

.poller .poller-content .poll-c-4 {
    width: 40px;
    text-align: right;
}

.poller .poller-content .poll-c-3 span {
	display: block;
	background-color: #CC4400;
    background-color: #263C72;
    background-color: #BF3737;
    background-color: #CD2836;
    height: 16px;
	line-height: 16px;
}

.poller .poller-content .poll-c-3 span.max-rate {
    display: block;
    background-color: #0066CC;
    background-color: #B02E2E;
    background-color: #5F78A7;
    background-color: #52AA30;
    height: 16px;
}

.poller .poller-submit {
    height: 20px;
    width: 60px;
}

.poller .poller-submit-cont {
	display: block;
    padding: 15px;
    height: 20px;
}