a img {
	border: none;
}

div#content {
	font-size: 12px;
	text-align: left;
	height: auto !important;
}
	div#content form {
	}
	
	div#container {
		margin: 0 40px;
	}

form input.submitbutton {
	padding: 3px;
	margin: 5px;
}

#poll {
	text-align: center;
}

#polltable {
	margin: auto;
}
	#polltable td {
		vertical-align: top;
		width: 100px;
		text-align: center;
	}
		#polltable td label, #polltable td label a:link {
			/* Edit this style to control the look of the text on the page */
			font-size: 9px;
		}
			#polltable td label a:hover   {}
			#polltable td label a:visited {}
		#polltable td input {
			/* Styles the checkboxes on the page */
		}

table#nomination {
	/* Style for the nomination table */
	margin: auto;
}
		table#nomination tr td label {
			text-align: right;
			display: block;
			width: 100%;
		}
	table#nomination input {
		/* Controls the nomination title */
	}
		table#nomination input#reasons {
		}
		table#nomination tr td#buttoncell {
			text-align: center;
		}

div#footer {
	margin: auto;
}

p.votefailure {
	/* Style for the unsuccessful voting message */
	color: #B0231C;
}
p.votesuccess {
	/* Style for the successful voting message */
	text-align: center;
}
	p.votesuccess, p.votefailure {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		padding: 30px 0;
	}

#submitbutton {
	/* Style for the poll's submit button */
}