.js-kit-poll {
			background:#A0BED3 url(images/polls_top.jpg) no-repeat;
			padding:7px 10px 0px 10px;
			margin:0px;
			width:200px;
			float:left;
			border:none;
		}
		.js-PollBg {
			border:none;
			padding:0px;
			margin:0px;
		}
		.js-pollSectionContainer  {
			border:none;
			/*background:#F3F3F4 url(images/poll_cont.png) no-repeat;*/
			background:url(images/poll_bg.png) no-repeat;
			width:180px;
			height:209px;
			float:left;
			margin:0px 0px 10px 0px;
			padding:10px;
		}
		.js-pollSectionContainer .js-poll-title {
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:135%;
			color:#666;
		}
		.js-pollContainer .js-pollSubject { 
			font-size: 16px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:#FFFFFF;
			margin:10px 0px 15px 0px;
			float:left;
		}
		.js-pollItemContainer {
			padding:5px 0px;
			*padding:3px 0px;
		}
		.js-pollItemText {
			padding-top:3px;
			*padding-top:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			line-height:135%;
			color:#666;
		}
		.js-pollSubmitVoteButton {
			background:url(images/button_bg.jpg) no-repeat;
			width:83px;
			height:21px;
			padding-bottom:1px;
			border:none;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#FFF;
			cursor:pointer;
		}
		.js-poweredBy, .js-poll-byJSKit {
			display:none;
		}
