﻿body, select, input
{
	font-family: Verdana;
}

.menu
{
	background-color: #cccccc;
	border: dotted 2px #cc0;
	padding: 6px;
	text-align: right;
	border:none;
	font-size:14px;
	
}


/*** POLL-SPECIFIC STYLES ***/

div#div_poll
{
	width: 140px;
	height: auto;
	float: left;
	border: 1px solid black;
	padding: 10px;
}
.div_question
{
	background-color: #CCCCCC;
	line-height: 16px;
	padding: 5px;
}
.PollGraph
{
	font-size: 0px;
}
span.PollTitle
{
	width: 45%;
	text-align: left;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
span.PollQuestion
{
	text-align: left;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}

.PollVoteButton
{
	background-color: #8BC3B1;
	border: 1px groove;
	margin-left: 50px;
	font-weight: 700;
	font-family: Arial Verdana;
	font-size: 12px;
	border-style: outset;
	border: 0px;
	height: 23px;
}
div.PollAnswers
{
	margin-top: 10px;
}

.Poll_DisplayText
{
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.Poll_TotalVotes
{
	font-weight: bold;
}

.Poll_TakePoll
{
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica;
	border: 2px solid #999999;
	padding: 10px;
	height: auto;
	width: 140px;
}

.Poll_PollResults
{
	width: 140px;
	height: auto;
	float: left;
	border: 1px solid #999999;
	padding: 10px;
	font-size: 14px;
	text-align: left;
}
.Div_Login
{
text-align:center;
font-size:12px;

}
.Div_Create
{
text-align:center;
font-size:12px;	
}