


	div.voting h3 {  }

/*	Poll - Global			---------------------------------------------*/
	
	div.voting div.answer { margin: 0 10px .5em; }
	div.voting div.answer p { margin: 0 0 .1em 0; }
	div.voting div.answer div { height: 11px; background: url(images/bar-right.gif); }
	
/*	Poll - Column 1				---------------------------------------------*/
	
	/*	Questions panel					---------------------------------------------*/
		
		div#column1 div.voting div { margin: 0 0 1em; }
		div#column1 div.voting div input { margin: 0 .3em 0 0; vertical-align: middle; }
		div#column1 div.voting div span { position: relative; padding: .2em 0 0; }
		div#column1 div.voting .title  { 	display: none; }
	
	/*	Answers panel					---------------------------------------------*/
	
	
	

/*	Poll - column 2				---------------------------------------------*/

	div#column2 div.poll { 
		margin: 0 0 10px 0;
		width: 300px;  
	}
	
	div#column2 div.poll div.title { 
		margin: 0;
		padding: 0;
		line-height: 24px;
		color: #fff;
		font-weight: normal;
		padding: 0 0 0 10px;
		font-size: 1em;
		background: url(/assets/templates/sussexcricket/images/teaser-header-bg.gif) no-repeat; 
	}
		
	div#column2 div.poll h3 { margin: 0; padding: 10px; font-size: 1em; font-weight: normal; color: #333; background: url(/assets/templates/sussexcricket/images/teaser-bg.gif) top left no-repeat; }
	div#column2 div.poll form { padding: 3px 10px; margin: 0; background: url(/assets/templates/sussexcricket/images/teaser-bg.gif) bottom left no-repeat; }
	div#column2 div.poll form div { text-align: left; padding: 0 0 .3em; }
	div#column2 div.poll form div input { vertical-align: text-top; }
	
	div#column2 div.voting div.poll input.vote { margin: 10px 0 10px 105px; }

