#wrapper{
	width:180px;
	color:#000;
	text-align:left;
	padding-top:5px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	margin-top:10px;
	margin-left:20px;
	/*background:url(../../../images/bg1.jpg) top center repeat-x;
	border:1px solid  #09F;*/
}
#wrapper .button{
	background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
	padding: 3px 3px;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-left: 3px;
}
#wrapper #question{
	font-weight:bold; 
	font-size:14px;
	color: #00bff3;
}
#wrapper #questiontitle{
	font-weight:bold; 
	font-size:14px;
	color: #0f7e10;
}
#wrapper #pollBox{
	margin:0px;
	padding:5px;
}
#pollBox .option{
	margin-bottom:10px;
	color: #630;
}
.no_click{
	background-color:#000;
}
.poll_wrap{
	margin:0px auto;
}
.option{
	text-align:left;
	margin-top:-10px;
}
#polltitle{
	border-bottom:1px solid #1eb91f;
	
}
#pollform{
	background-color:#fff;
}