#PollForm, #PollForm input {
	font-size: x-small;
}

#PollForm {
	float: right;
	margin: 0 20px 10px 0;
}

#Answers, #Frequency, #pnlDropDown{
	display:inline;
	float:left;
	font-size: x-small;
	margin-left: 0px;
	padding: 5px;
	text-align: left;
}

#Frequency li, #Answers li {
	list-style-type:none;	
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
   background-position:left;
	list-style-image:none;
}

#pnlQuestion, #pnlResults {	
	height: 200px;
	width: 150px;
	border: thin solid;
	padding: 2px;
	background: #D0B6FF;
} 

#pollTitle{
	background: #A7A5F4;
	color: 000000;
	font-size: x-small;
	width: 158px;
	padding: 2px;
	font-weight: bold;
	border-top: thin solid ;
	border-left: thin solid ;
	border-right: thin solid ;
}

#pnlRadioButtons label{
	font-size: x-small;
}

#pnlDropDown {
	padding: 10px;
	margin: 8px;
}

br {
	clear: both;
}

hr {
	width: 80%;
	color: #A7A5F4;
}

#pollresults {	
	width: 200px;
	border: thin solid;
	padding: 2px;
	background: #D0B6FF;
} 

#pollresultsTitle{
	background: #A7A5F4;
	color: 000000;
	font-size: x-small;
	width: 200px;
	padding: 2px;
	font-weight: bold;
	border-top: thin solid ;
	border-left: thin solid ;
	border-right: thin solid ;
}



