/* poll.css */

.fs_poll_form label{
	float:left;
	margin-left:10px !important;
 	line-height:10px !important;
	width: 180px;
	}

.fs_poll_form input {
	float:left;
	margin-left:5px;
	margin-top:-4px;

	}

.fs_poll_form br {
	clear:both;
	line-height:0;
	margin:0;
	height:0;
	}

form.fs_poll_form {
	position:relative;
	margin-top:6px !important;
	width: 230px;
	}

.fs_throbber {
	margin:40px auto;
	}

.fs_poll_results {
	background-color:#AB120C;
	}

.fs_poll_result {
	}

.fs_poll_option {
	}

.fs_poll_resultbar {
	}

.fs_poll_bar {
	height:8px;
	line-height:8px;
	background-color:#F71C11;
	}

.fs_poll_bar01 {
	background-color:yellow;
	}

.fs_poll_bar02 {
	background-color:orange;
	}

.fs_poll_bar03 {
	background-color:orangered;
	}

.fs_poll_bar04 {
	background-color:red;
	}

/* Appearance of chosen poll option */
.fs_poll_chosen {
	background-color:#831C20;
	font-weight:bold;
	padding:2px;
	margin-top:2px;
	}

