﻿
textarea
{
	width: 390px;
	height: 100px;
}

input
{
	width: 300px;
}

label
{
	font-size: 12pt;
	font-weight: bold;
}

html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

div
{
	border: black 0px solid;
}

#page
{
	/*width: 728px;*/
	width: 750px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top_ad
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: Olive;
	text-align: center; 
}

#main
{
	padding-top: 10px;
	position: relative;
	float: left;
}

#right_ad
{
	float: left;
	width: 340px;
	margin-left: 10px;
}

#content
{
	float: left;
	width: 400px;
}

#footer
{
	text-align:center;
}

table.poll_results
{
	width: 99%;
	border: black 1px solid;
}

table.poll_results tr.odd
{
	background-color: Yellow;
}

table.poll_results td.percentage
{
	width: 70px;
}

table.poll_results tr.footer
{
	background-color: #faebd7;
	font-weight: bold;
}

ul
{
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

h1
{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
