#polls {
	height: 76px;
	margin-bottom:6px;
}

#polls .question {
	width: 250px;
}

#polls .options2011 {
	list-style: none;
}

#polls .options2011 li {
	display: inline;
}

#polls .options2011 li a.yes {
	width: 49px;
	height: 43px;
	background: url('../../images/poll_yes.gif') left top no-repeat;
	display: block;
}

#polls .options2011 li a:hover.yes {
	width: 49px;
	height: 43px;
	background: url('../../images/poll_yes.gif') left bottom no-repeat;
	display: block;
}

#polls .options2011 li a.no {
	width: 51px;
	height: 43px;
	background: url('../../images/poll_no.gif') left top no-repeat;
	display: block;	
}

#polls .options2011 li a:hover.no {
	width: 51px;
	height: 43px;
	background: url('../../images/poll_no.gif') left bottom no-repeat;
	display: block;
}

/*original*/



#polls .options {
	list-style: none;
}

#polls .options li {
	display: inline;
}

#polls .options li a.yes {
	width: 49px;
	height: 43px;
	background: url('../../images/poll_yes.gif') left top no-repeat;
	display: block;
}

#polls .options li a:hover.yes {
	width: 49px;
	height: 43px;
	background: url('../../images/poll_yes.gif') left bottom no-repeat;
	display: block;
}

#polls .options li a.no {
	width: 51px;
	height: 43px;
	background: url('../../images/poll_no.gif') left top no-repeat;
	display: block;
}

#polls .options li a:hover.no {
	width: 51px;
	height: 43px;
	background: url('../../images/poll_no.gif') left bottom no-repeat;
	display: block;
}
