
#pollbox {
/*  padding: .5em 1.5em;
	background: #fff url(slash.png) left top;
	border: 1px solid #ccc;
*/
	width:308px;
	margin:0px 0px 10px 0px;
	background: url(bg_que.gif) no-repeat;
	padding: 40px 0 0;
	border:1px solid #660099;

}
#pollbox .poll_content {
	font-size:90% !important;
	font-size:85%;
	width:300px;
	margin: 10px 0 10px 5px;
}

#pollbox .poll_header {
/* 	font-size: 140%; */
	font-size:105% !important;
	font-size:100%;
	margin-top: 0px;

}
#pollbox ul {
	margin: 0;
	padding: 0;
	width: 300px;

}
#pollbox ul li.polllist {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;

	width: 300px;

}

#pollbox polllist-view {
	background: url(border_dot.gif) repeat-x left bottom;
	width: 290px;

}

#pollbox ul li.polllist:after {
	height: .1px;
	display: block;
	visibility: hidden;
	content: ".";
	font-size: .1em;
	line-height: 0;
	clear: both;
}
#pollbox em {
	display: block;
	float: left;
	width: 130px;
}
#pollbox div.ans {
	display: block;
	float: left;
	width: 130px;
}
#pollbox div.ansTotal {
	width: 300px;
    overflow: auto;

}

#pollbox img {
	line-height: 1.2;
	vertical-align: middle;
	display: block;
	float: left;

}
img.bargraph {
	background: white url(bargraph_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 100px 0;
/*	width: 123px;*/

}
#pollbox span {
/*	margin-top: 5px;*/
	display: block;
	line-height: 1.2;
	text-align: right;
	width: 40px;
	float: right;
}
#pollbox .poll_header {
/*
	font-weight: 700;
*/
	text-decoration: underline;

	font-size:105% !important;
	font-size:100%;
	margin-top: 5px;

}
#pollbox .poll_footer {
	font-weight: 700;
}
#pollbox input {
	margin: 0px;
	padding: 0;
	width: auto;
	height: auto;

}
#pollbox .poll_button {
	margin: 0,0,5px,0;
	padding: 0,0,5px,0;
	width;100px;
}


