#votagiocatore {
	font-size: 14px;
}

#votaintro {
	border-bottom: 1px dotted silver;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#votaintro span {
	color: #35742F;
}

.votachoice {
	background-color: #FDE9EF;
	padding: 10px;
	margin-bottom: 15px;
}

.votachoice form {
	margin-bottom: 0;
}

.votachoice span {
	color: red;
}

#giocatorivoto {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 480px;
}

#errorevoto {
	background-color: #ea5281;
	color: white;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#errorevoto a {
	text-decoration: underline;
	color: #FDE9EF;
	font-weight: bold;
}

#errorevoto a:active {
	text-decoration: underline;
	color: #FDE9EF;
	font-weight: bold;
}

#errorevoto a:visited {
	text-decoration: underline;
	color: #FDE9EF;
	font-weight: bold;
}

#errorevoto a:hover {
	text-decoration: underline;
	color: yellow;
	font-weight: bold;
}

#grazievoto {
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#grazievoto a {
	color: red;
	font-weight: bold;
}

#grazievoto a:active {
	color: red;
	font-weight: bold;
}

#grazievoto a:visited {
	color: red;
	font-weight: bold;
}

#grazievoto a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}

#votachart {
	border-top: 2px solid #ea5281;
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: 2px solid #ea5281;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.chart_giocatore {
	float: left;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	font-weight: bold;
}

.chart_giocatore squadra {
	font-weight: normal;
	font-style: normal;
	color: green;
	font-size: 12px;
}

.chart_voti {
	float: right;
	font-size: 14px;
	color: gray;
	margin-top: 2px;
	margin-right: 15px;
	text-align: right;
}
