.tovote {
	font-size: 14pt; 
	width: 500px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
	font-weight: bold; 
	color: #558cc0; 
	background-color: #ffffff;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	text-align : center;	
	text-valign : center;
	line-height: 140%;
	border: 1px solid #558cc0;
	border-radius: 9px;
 	-moz-border-radius: 9px;
 	-webkit-border-radius: 9px;
 	-khtml-border-radius: 9px;
	cursor: pointer;
} 
.tovote:hover  {
	color: #ffffff; 
	background-color: #558cc0;
} 
