
#polls_container{
	width: 240px;
	height: 422px;
	margin: 0px 4px;
/*	width: 240px; without borders */
	overflow: hidden;
}
#polls_container img{
	width: 67px;
}
/****** HEADER ******/
.polls_header{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
.polls_header div{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 3px;	
}
.polls_header div h1{
	margin: 0px 0px 3px 0px;
	font-size: 12pt;
}
/****** END HEADER ******/
.polls_body{
	font-size: 10pt;
	padding-left:2px;
}
.polls_body table {
	border: #cccccc 1px solid;
	width: 90%;
}
.polls_body td {
	padding: 5px;
	border-bottom: #f0f0f0 1px solid;
}
.polls_body td.right {
	text-align: right;
	font-weight: bold;
}
.polls_body th {
	padding: 5px;
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: #cccccc 1px solid;
}