.vote-header {
    color: orange;
    text-align: center;
    font-size: 40px;
}
.vote-info {
    font-size: 14px;
    text-align: center;
}
#notice-text {
    width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border: 1px solid rgba(0,0,0,0.25);
}
.vote_container {
	margin:0 auto;
	text-align: center;
}
.left {
	float:left;
	text-align:left;
}
.btn-oldstyle2 {
    background-color: #f79f1a;
    border-color: #f79f1a;
    color: #fff;
	text-decoration: none;
	margin: 0 5px;
	padding: 4px 9px;
	cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ea9413;
    background-image: -moz-linear-gradient(top,#f79f1a,#d78407);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f79f1a),to(#d78407));
    background-image: -webkit-linear-gradient(top,#f79f1a,#d78407);
    background-image: -o-linear-gradient(top,#f79f1a,#d78407);
    background-image: linear-gradient(to bottom,#f79f1a,#d78407);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff79f1a',endColorstr='#ffd68407',GradientType=0);
    border-color: #d78407 #d78407 #8d5705;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-oldstyle2:disabled {
	background: gray;
	cursor: not-allowed;
}
.btn-oldstyle2:hover:disabled {
	background: gray;
	cursor: not-allowed;
}
.btn-success {
	background-color: rgb(3, 132, 5);
	background-image: -moz-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(3, 132, 5)),to(rgb(0, 95, 38)));
    background-image: -webkit-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: -o-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: linear-gradient(to bottom,rgb(3, 132, 5),rgb(0, 95, 38));
	background-repeat: repeat-x;
}
.btn-success:hover:enabled {
	background-color: rgb(3, 132, 5);
	background-image: -moz-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgb(3, 132, 5)),to(rgb(0, 95, 38)));
    background-image: -webkit-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: -o-linear-gradient(top,rgb(3, 132, 5),rgb(0, 95, 38));
    background-image: linear-gradient(to bottom,rgb(3, 132, 5),rgb(0, 95, 38));
	background-repeat: repeat-x;
}
.btn-oldstyle2:hover:enabled, .btn-oldstyle2:focus:enabled {
    background: #d78407;
}