/* poll.css */

.fs_poll_form {
	padding:6px;
	}

.fs_poll_form label{
	float:left;
	margin-left:10px !important;
 	line-height:10px !important;
	}

.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;
	}

.fs_throbber {
	margin:40px auto;
	}

.fs_poll_results {
	/*background-color:#0054A9;*/
	}

.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:#b30000;
	}

.fs_poll_bar02 {
	background-color:#da6c00;
	}

.fs_poll_bar03 {
	background-color:#f2b600;
	}

.fs_poll_bar04 {
	background-color:#54a600;
	}

/* Appearance of chosen poll option */
.fs_poll_chosen {
	/* background-color:#0d5dad; */
	font-weight:bold;
	padding:2px;
	margin-top:2px;
	}
