/* ===================================================
// ---------------------------------------------------
// Polls
// This stylesheet should only contain styles related
// to the polls. Everything should be in a clean order
// with generic styles, followed by classes, id's then
// page specific. Nothing else should be in the
// stylesheet.
// ---------------------------------------------------
=================================================== */

/* Poll Styles */
.poll { padding:0; font-family: Arial, Helvetica, sans-serif; }
	.poll fieldset { padding-bottom: 10px; }
	.poll h2 { margin: 0; font-weight: bold; font-size: 1.154em; color: #2E8898; text-transform:uppercase; }
	.poll p { margin:5px 0 0; padding: 14px 8px 8px; background-color: #e5e5e5; border-top: 3px solid #2e8898; }
	.poll img { display:none; }
	.poll div img { display:block; }
	.poll .poll_sleeve { background-color: #e5e5e5; }
		.poll .poll_sleeve p { padding-top:5px; padding-bottom:10px; margin:0 7px; color: #000; }
		.poll .poll_sleeve div { padding-top: 10px; margin: 0 7px; min-height: 0; }
		.poll .poll_sleeve div:after { content:"."; clear:both; display:block; height:0; visibility:hidden; }
			.poll .poll_sleeve div span { float:left; padding-top:2px; }
			.poll .poll_sleeve div div { width:93px; height:14px; background:#fff; float:left; margin:2px 5px 0 0; padding:0; border: 0; }
	.poll input, .poll label { float:left; }
	.poll label { width:110px; padding:3px 0 0 2px; }
		.section_column2 .poll label { width:270px }
.submit { display:block; padding:2px 5px 4px; margin:15px 0 0 8px; font-weight: bold; font-size:1em; line-height: 14px; color:#FFF; text-transform:uppercase; background-color:#333; border:1px solid #666; cursor:pointer; }

	.poll fieldset p { border: 0; padding-right: 0; padding-left: 0; }

/* Poll ad */
.poll_ad { background-color: #e5e5e5; margin-bottom:20px }
	.poll_ad .ad { border-top: 1px solid #999; margin: 0 7px; padding-top: 8px; padding-bottom: 15px; }
	#leftcolumn .poll_ad .ad { margin-bottom: 0; }
