/* Stylesheet for co-120 Poll /////////////////*/

.co-120 * { background:transparent; border:0; margin:0; padding:0; }
.co-120 { background:#FFF; }
.co-120 img { margin:0; }

.co-120 .question, .co-120 dl, .co-120 .thanks { border:1px solid #D0D0D0; border-bottom:0; }
.co-120 dl, .co-120 .question, .co-120 .thanks { padding:4px 10px; }
.co-120 .thanks { border-top:1px solid #E8E8E8;	text-align:right;}

.co-120 dl { background:url(../../images/bg-poll.gif) repeat-x left bottom; }
.co-120 dt { padding-top:4px; text-align:right; width:356px; }

.co-120 dd.co-120-1, .co-120.co-120-2, .co-120.co-120-3 { height:30px; position:relative; width:auto; }
.co-120 dd img, .co-120 dd input, .co-120 .poll-percent { right:25px; top:0; position:absolute; }
.co-120 .poll-percent { top:4px; right:0px; }

.co-120 dd input {
	background:none;
	border:none;
	top:1px;
	height:24px;
	width:24px;
}

.co-120 .question { 
	display:block;
	font-size:1.1em;
	font-weight:bold;	
}

.co-120 input.submit {
	background:url(../../images/poll-submit.gif) no-repeat right top;
	border:0;
	font-size:0;
	text-indent:-1000px;
	margin:0;
	height:30px;
	width:100%;
}

.co-120 .thanks { 
	background:#F4F4F4 url(../../images/bg-poll-thanks.gif) repeat-x 0 0;
	height:20px;
	padding:9px 10px 2px;
}

.co-120-result-image { text-align:center; margin-left:10px; width:25px; }
.co-120 dd .co-120-result-image img { position:inherit; }

.co-120 .hidden { display:none; }