 	img{
		border:0px;
	}
	
	label {
		padding: 5px;
		vertical-align:middle;
		text-align:left;
	}
	
	input{
		background-color:#ffffff;
		border:1px solid #81B719;
		padding:5px ;
		text-align:left;
		/*float:left;*/
	}
	
	#mainContainer{
		width:298px;
		margin:0px;
		background-color:#FFF;
		border: 1px solid #81B719;
		}
	
	#mainContent{
		padding:0px;
		
	}
	
	#mainContent label {
		text-align:left;
	}
	
	.poller{	/* The poller box */

		width:298px;
		height: 100%;
		/*border:2px solid #81B719;*/
		/*background-image:url(/images/sondage/question.gif);
		background-repeat:no-repeat;
		background-position: center center;*/

	}
	
	/* Poller title above radio buttons */
	.pollerTitle{
		/*margin-bottom:5px;
		font-weight:bold;
		float:center;
		text-align:center;
		*/
		color: #FF6600;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
		padding: 3px 3px 6px 6px;
		text-align: center;
	}
	
	.pollerButton{
		text-align:center;
		vertical-align:middle;
	}
	
	.pollerButton a{
		cursor:pointer;
	}
	
	/* Label for each radio button */
	.pollerOption{
		margin:5px;
		padding:5px;
		vertical-align:middle;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:11px;
		padding:0px 0px 0px 5px;
	}
	
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
		/*margin-bottom:3px;
		font-weight:bold;
		font-size:11px;
		text-align:center;*/
		
		
		color: #FF6600;
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
		padding: 3px 3px 6px 6px;
		text-align: center;
	}
	
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
	.result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
	.result_pollGraph div{
		float:left;
		height:16px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:11px;
		line-height:16px;

	}
	
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
	.result_pollGraph{	
		height:16px;
		padding:0px 0px 0px 5px;
	}
	
	/* Message when Ajax is working getting results fromt the server */
	.poller_waitMessage{
		display:none;
		text-align:center;
		padding:10px;	
	}	
	
	.result_totalVotes{
		clear:both;
		font-size:10px;
		margin:2px 0px 0px 0px;
		font-style:italic;
		text-align:center;
		padding:0px;
	}