#SurveyBox
{
	margin: 10px 20px 20px 50px;
	font-size: 11px;
}

#SurveyBox h2
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #00a3e7;
}
#SurveyBox h3
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#SurveyBox #Vote
{
	display: block;
	text-align: center;
	line-height: 19px;
	width: 130px;
	height: 19px;
	background: transparent url(../../Main/Style/Images/Button3.gif) no-repeat scroll top left;
	text-decoration: none;

	color: white;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#SurveyBox .disabled
{
	color: #ccc !important;
	text-shadow: none;
}
#SurveyBox #Archive
{
	margin-left: 1px;
	margin-right: 0;
}

#SurveyBox input.radio
{
	clear: left;
	display: block;
	float: left;
}

#SurveyBox label
{
	display: block;
	margin-left: 20px;
}
#SurveyBox .answer
{
	margin-bottom: 5px;
}
#SurveyBox .error
{
	color: red;
	margin-bottom: 10px;
}
#SurveyBox .bar
{
	height: 10px;
	background-color: #00a3e7;
	margin-top: 3px;
	margin-bottom: 5px;
}
