.poll {
	zoom: 1;
	position: relative;
	border-bottom:4px solid #000000;
	margin-bottom:10px;
	padding-bottom:3px;
}
.poll h2 {
	border-top: 2px solid #c4c4c4;
	font-weight: bold;
	font-size: 1em;
	line-height: 16px;
	margin-bottom: 0;
	padding: 4px 10px;
}

.poll p {
	font-size: 1em;
	margin: 0 8px 0 8px;
	padding-top: 6px;
}
.poll div img {
	display: block;
}
.poll .poll_sleeve {
	padding: 8px;
}
.poll .poll_sleeve div {
	overflow: hidden;
	padding: 0 0 5px;
	zoom: 1;
	color: #000;
}
/* :hack:float enclosing */
.poll .poll_sleeve p {
	font-weight: bold;
	color: #000;
	margin: 0;
	border: 0 none;
}
.poll .poll_sleeve div:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* :hack:float enclosing */
.poll .poll_sleeve div span {
	float: left;
	font-weight: bold;
}
.poll .poll_sleeve div div {
	width: 93px;
	height: 15px;
	float: left;
	margin: 2px 5px 0 0;
	padding: 0;
	background: url(/magazine/graphics/poll_bg.jpg) repeat-x top;
}
.poll .poll_sleeve div input {
	margin-left: 0; #margin-left:-4px;
}
.poll input, .poll label {
	float: left;
}
.poll label {
}
.submit {
	border: 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: .846em;
	padding: 2px 5px;
	margin-top: 14px;
	text-transform: uppercase;
	font-family: Arial Black, Arial, Helvetica,sans-serif;
}
