@charset "utf-8";
.voting_question {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-align: left;
	vertical-align: top;
}
.voting_answers {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88CB7C;
}
.voting_answers2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #88CB7C;
}
.loginButton {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFCC;
	background-color:#26B319; 
}
