input.button {
color: #000000 !important;
}
/* Poll Wrapper */
#fly06poll_ {
	margin: 0 0 5px 0; 
	padding: 0; 
}

/* Poll Title - Sub-title */
#fly06poll_ p#fp_poll_title {
	font-weight: ;
		
	margin-top: -5px;
	/* margin-bottom: 3px;*/
	padding-bottom: 0;
}
#fly06poll_ p#fp_poll_subtitle {
	font-weight: ;
		
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 0;
}
#fly06poll_ form {
	padding: 0;
	margin: 0;
}
/* Poll Option : Common*/
#fly06poll_ div.poll_option {
	position:relative; 
	margin-bottom: 3px;
}
#fly06poll_ div.poll_option input {
	display: block;
	margin-left: 5px;
	width: 20px;
	position:absolute; 
	left:0;
}
#fly06poll_ div.poll_option div.poll_option_result_show_form {
	padding-left:25px;
	text-align:left;
	padding-bottom: 0px;
}
#fly06poll_ div.poll_option div.poll_option_result_hide_form {
	padding-left: px;
	text-align:left;
	padding-bottom: 3px;
}
#fly06poll_ div.poll_option label,
#fly06poll_ div.poll_option p {
	padding: 1px 0 0 0;
	display: block;
	margin: 0 0 0 0;
	height: auto; /* 20px; */
}
#fly06poll_ div.poll_option div.barre {
	vertical-align: top;
	height: auto;
	display: block;
	height: 14px;
}
#fly06poll_ div.poll_option strong {
	overflow: hidden;
	float: left;
	height: 12px;
	margin-right: 5px;
	margin-top: 2px;
}

/* Poll Option : Latest Vote */
#fly06poll_ div#fp_latestvoteid {
	background-color: ;
}

#fly06poll_ div.poll_option div.barre span#fp_latestvoteid {
	font-weight: ;
	color: ;
}

/* Poll Vote Button */
#fly06poll_ p#fp_poll_button {
	font-weight: normal;
	/* margin-top: 20px; */
	margin-bottom: 0px;
	padding-top: 0;
	text-align: right;
}

/* Poll Message / Ajax */
#fly06poll_ div.fp_poll_error_msg {
	font-weight: ;
	background-color: ;
	color: ;
	visibility: visible;
	display: block;
	padding-left: 0;
	margin-top: 3px;
	padding-left: 5px;
}
#fly06poll_ div.fp_poll_loading {
	font-weight: ;
	background-color: ;
	color: ;
	visibility: visible;
	display: block;
	background-image: url(../loading.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 18px;
	text-indent: 21px;
	margin-top: 10px;
}
#fly06poll_ div.hide_me {
	visibility: hidden;
	display: none;
}

/* Message de succ�s */
#fly06poll_ div.fp_poll_success_msg {
	font-weight: ;
	background-color: ;
	color: ;
	visibility: visible;
	display: block;
	padding-left: 0;
	margin-top: 10px;
	padding-left: 5px;
}

/* Preload de l'image loading.gif */
#fly06poll_preload_img {
	position: absolute;
	left: 0;
	top: -5000px;
}