﻿.poll
{
	border: 1px solid #DDDDDD;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    vertical-align: top;
}

.pollcontrols
{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}

.nopolltext
{
	font-style:italic;
}

.pollquestiontext
{
	font-weight:bold;
}

.pollquestionlist, .pollanswerlist
{
	margin: 16px;
	padding-left: 0px;
}

.pollquestionlist li
{
	list-style-type:circle;
}

.pollanswerlist
{
	list-style-type:disc;
}

.pollcomment {border:solid 1px #CCC;padding:5px 5px 5px 10px;margin:3px;background:#EEE}
.inputta {width:315px;background: url( images/ta300_120.gif ) no-repeat 0 -0px;padding-left:3px;padding-top:3px;margin-bottom:6px;height:120;border:none}