#voteActInvArea {
	height: 280px;
	width: 300px;
/*	overflow: hidden;
*/	padding: 0;
	margin: 20px 0 0 10px;
}
#voteActInvArea div {
	/* [disabled]height: 250px; */
	width: 280px;
	/* [disabled]background-color: #9C9; */
}
#voteActInvArea a.boxes{
	color: #FFF;
	background-color: #332779;
	height: 30px;
	width: 86px;
	text-align: center;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	margin: 0 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#voteActInvArea a:hover.boxes{
	background-color: #C32026;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}

#voteActInvArea #viaBoxes li{
	display: inline;
	list-style-type: none;
}
.alignLeft {
	float: left;
	padding: 0 10px 0 0;
}

#voteActInvArea #viaBoxes{
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 210px;
}
