.vote .content {
margin: 0 20px -25px 20px;
}

.vote [data-app-page] {
	display:none;
}

.vote [data-app-page][data-app-page-cur] {
	display:block;
}

.vote .opt {margin:0em 0em 1em 2em;}
.vote .opt input {margin-right:2em;}
.vote .vbutton {
	display:inline-block;
	background: #b3b3b3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height:32px;
	line-height: 32px;
	padding:0 15px;
	text-decoration:none;
        margin-left:2em;

}
.vote .vbutton:hover {
	color:#ffffff;
}