form.ShowPoll fieldset {
    border-style: none;
}
form.ShowPoll label, form.ShowPoll h6 {
    width: auto;
    float: none;
    font-size: 12px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight: bold;
    margin-bottom: 1em;
}

form.ShowPoll .middleColumn {
    float: none;
    margin: 0;
}   

form.ShowPoll div.poll_answer_caption {
    clear: left;
}
form.ShowPoll div.poll_answer_result {
	background-color: #ddd;
}

	form.ShowPoll div.poll_answer_result span {
		float: left;
		background-color: #bbb;
	}

form.ShowPoll .optionset li, form.ShowPoll div.Actions {
    margin-left: 3em;
}
form.ShowPoll .optionset li label {
    font-size: 150%;
}