/* vote styles */
div.vote-container { padding: 10px; margin: 30px 10px; background: white; border: 1px solid #f29560; }

div.vote-description,
div.vote-question,
div.vote-input,
div.vote-answer { font-size: 1em; font-family: 'Geneva CY', Tahoma, sans-serif; }

div.vote-description p { margin: 0 0 1.2em 0; font-size: 1.05em; }

div.vote-question { font-weight: bold; }
div.vote-input,
div.vote-answer { margin: 1em 0 1em 4em; position: relative; }
div.vote-answer div.input { position: absolute; left: -4em; width: 3.5em; text-align: right; }
div.vote-answer div.label { position: relative; z-index: 5; }

div.vote-answer div.vote-progress { height: 1.4em; background: #ffd5b6; position: absolute; top: -0.15em; left: -0.3em; z-index: 4; }

div.vote-answer div.input,
div.vote-answer div.label { line-height: 1.3em; }