/* poll.css */

.fs_poll_form label{
	float:left;
	font-weight:normal;
	margin:6px 0 0 8px;
	padding:0;
	line-height:1em;
	}

.fs_poll_form input {
	float:left;
	margin:2px 0 0 0;
	padding:0;
	}

.fs_poll_form .fs_button {
	margin-top:6px;
	}

.fs_poll_form br {
	clear:both;
	line-height:0;
	margin:0;
	height:0;
	}

form.fs_poll_form {
	padding:4px;
	line-height:1.25em;
	margin-bottom: 10px;
	}

.fs_throbber {
	margin:40px auto;
	}

.fs_poll_results {
	padding:4px;
	/*background-color:#fff;*/
	line-height:1.25em;
	margin-bottom: 10px;
	}

.fs_poll_result {
	}

.fs_poll_option {
	}

.fs_poll_resultBar, .fs_resultBar {
	margin:4px;
	}

.fs_poll_bar {
	height:8px;
	line-height:8px;
	background-color:#F71C11;
	}

.fs_poll_bar01 {
	background-color:yellow;
	border:solid 1px #aaa;
	}

.fs_poll_bar02 {
	background-color:orange;
	border:solid 1px #aaa;
	}

.fs_poll_bar03 {
	background-color:orangered;
	border:solid 1px #aaa;
	}

.fs_poll_bar04 {
	background-color:red;
	border:solid 1px #aaa;
	}

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