.pollBody {
	padding: 15px;
}
.pollIntro {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}
.pollHeader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
}
.pollSectionTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;	
	height: 50px;
}
.pollDate {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.pollTable {
	font-size: 14px;
	color: #ffffff;
}
div.grippie {
	width: 180px;
	background: #EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color: #000000;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}
div.message {
	color: red;
	padding-bottom: 10px;
	text-align: center;
}
textarea.resizable {
	display: block;
	margin: 0 0 0 0;
	padding: 1px;
	width: 178px;
	border: 1px solid #000000;
	overflow: auto;
	resize: none;
	outline: none;
}
.resizable-textarea {
	margin-bottom: 5px;
}
