﻿body
{
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
}

.pollcontainer
{
	 width: 334px; 
	 overflow: hidden; 
	 display: table;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
}

.polltitle
{
	width: 334px;
	 height: 20px;
	 background-color: #B3D67A;
	 text-align: center;
}

.pollbody
{
	 width: 334px; 
	 height: 360px;
	 background-color: #DEDEDC;
}

.pollbodycontent
{
	 width: 334px;
	 height: 334px;
}

.pollbodybuttons
{
	 text-align: right; 
	 height: 26px;
	 background-color: #93C878;
}