#pollBoxHdr {
	 height:38px;
	 width:190px;
}
#pollBoxLabel {
	background: url(images/header_poll.png) no-repeat;
	height:38px;
	width:69px;
	float:left;
}
#pollBoxMid {
	background:url(images/header_mid.png) repeat-x;
	float:left;
	height:38px;
	width:106px;
}
#pollBoxContent {
	background-color:#ececec;
	width:188px;
	height:212px;
	padding: 0px 0px 0px 0px;
	float:left;
	border:solid #0060ff 1px;
}
#pollBoxText{
	color:#2b2b2b;
	height:205px;
	padding: 0px 9px 0px 9px;
	overflow:auto;
}
#clicktoview {
	cursor: pointer;
}
