/* Poll Styles */

.poll {
	border: 1px solid #930012;
	margin-bottom: 3px;
	padding: 87px 0 0;
	background: #fff url(/magazine/graphics/poll.bg.png) no-repeat center top;
}
	.poll h2 {
		font: bold 1.166em/1em Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		margin:0;
		padding: 8px;
		border-bottom: 1px solid #930012;
		background: url(/magazine/graphics/poll.bg1.png) repeat-x top;
		background: -moz-linear-gradient(top, #930012 0%, #d10019 80%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#930012), color-stop(80%,#d10019));
		background: -webkit-linear-gradient(top, #930012 0%,#d10019 80%);
		background: -ms-linear-gradient(top, #930012 0%,#d10019 80%);
		background: linear-gradient(top, #930012 0%,#d10019 80%);
	}
	.poll p {
		font: .9167em/1.272em Verdana, Helvetica, sans-serif;
		color: #FFF;
		margin: 0;
		padding: 8px;
		background-color: #d10019;
	}
	.poll img { display: block; }
	.poll .poll_sleeve {
		color: #fff;
		background-color: #d10019;
	}
		.poll .poll_sleeve div {
			font-size: .9167em;
			line-height: 1.272em;
			overflow: hidden;
			padding: 1px 5px;
			min-height: 0;
			_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;
			margin: -18px 0 0 150px;
		}
		.poll .poll_sleeve div div {
			width: 65%;
			height: 14px;
			background: url(/magazine/graphics/polloff.jpg) repeat-x top;
			margin: 2px 5px 0 0;
			padding: 0;
			border: 1px solid #930012;
		}
		.poll input, .poll label { float:left; }
		.poll label {
			padding: 3px 0 0 2px;
			color: #FFF;
		}
		.submit {
			display: block;
			height: 45px;
			color: #FFF;
			font: bold 1em Verdana, Arial, Helvetica, sans-serif;
			text-decoration: underline;
			line-height:1.272em;
			padding: 10px 8px;
			font-weight: bold;
			background: none;
			border: 0;
			cursor: pointer;
		}
		.submit:hover { text-decoration:none; }

/* Right Column Poll */
#rightcolumn .poll { margin-bottom: 20px; }
#rightcolumn .poll .poll_sleeve div div { width:145px; }
#rightcolumn .grid .poll { margin-bottom: 0; }

/* Left Column poll */
#leftcolumn .poll .poll_sleeve div { width: 132px; }
#leftcolumn .poll .poll_sleeve div div { width: 70%; }
#leftcolumn .poll .poll_sleeve div span { margin-left: 100px; }
