

	/* typicalPoll */
	#typicalPoll {
		background : #ffffff url(../images/button_passive.png);
		border : solid 1px #333333;
		margin : 0em 0em 1em 0em;
		padding : 1em;
		width : 16em;
	}
		#typicalPoll header {}
			#typicalPoll header h1 {}
		#typicalPoll article {}
			#typicalPoll article p {}
		#typicalPoll fieldset {}
			#typicalPoll fieldset ul {
				margin : 0em 0em 1em 0em;
			}
				#typicalPoll fieldset ul li {
					list-style-type : none;
					padding : 0em 0em 0.5em 2.2em;
				}
					#typicalPoll fieldset ul li input {
						margin : 0.3em 0em 0em -2.2em;
						*margin : -0.3em 0em 0em -2.2em;
						position : absolute;
					}
					#typicalPoll fieldset ul li label {}
			#typicalPoll fieldset p {
				text-align : right;
			}
				#typicalPoll fieldset p span.overlapButton {}
					#typicalPoll fieldset p span.overlapButton span.trim {}
						#typicalPoll fieldset p span.overlapButton span.trim input {}
		#typicalPoll dl {}
			#typicalPoll dl dt {
				padding : 0em 0em 0.5em 0em;
			}
			#typicalPoll dl dd {}
				#typicalPoll dl dd meter {
					background : #333333 url(../images/shinyButton_link.png);
					border : solid 1px #333333;
					color : #ffffff;
					display : block;
					overflow : hidden;
					padding : 0.2em 0em 0.4em 0em;
					*padding : 0.3em 0em 0.3em 0em;
				}
					#typicalPoll dl dd meter em {
						padding : 0em 1em 0em 1em;
					}


/*
	background : #333333 url(../images/shinyButton_link.png);
	background : #1c1c1c url(../images/shinyButton_hover.png);
	background : #1b4c6b url(../images/shinyButton_active.png);
	background : #ffffff url(../images/button_passive.png);
*/
