.title_image
{
	background-image: url(../images/design/voting.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.text
{
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.4rem;
	font-weight: bold;
}
.answers
{
	text-align: left;
	font-size: 0.4rem;
	padding-left: 0.4rem;
}
.answers_button 
{
	BORDER-LEFT: #26221F 2px solid;
	BORDER-RIGHT: #26221F 2px solid;
	BORDER-TOP: #26221F 2px solid;
	BORDER-BOTTOM: #26221F 2px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.4rem;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #BCBEB5;
}
.answers_radio
{
	BORDER-LEFT: #F8CE62 0px solid;
	BORDER-RIGHT: #F8CE62 0px solid;
	BORDER-TOP: #F8CE62 0px solid;
	BORDER-BOTTOM: #F8CE62 0px solid; 
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.4rem;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #ACC0C0;
}
.answers_error
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.4rem;
	text-align: center;
	COLOR: red;
	FONT-FAMILY: Arial;
}
.results_line
{
	background-image: url(../images/design/voting_line.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.results_text
{
	text-align: left;
	font-size: 0.4rem;
	font-weight: bold;
}
.results_all_text
{
	text-align: left;
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
}
.results_procents
{
	text-align: left;
	font-size: 0.4rem;
}
