@charset "utf-8";
/* CSS Document */

.vote-box-top {
	width: 210px;
	height: 20px;
	background: url('/images/vote-panel-top.png') no-repeat;
}
.vote-box-center {
	width: 170px;
	padding: 5px 20px;
	background: url('/images/vote-panel-bg.png') repeat-y;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: white;
	font-size: 14px;
}
.vote-box-base {
	width: 210px;
	height: 20px;
	background: url('/images/vote-panel-base.png') no-repeat;
}
.vote-wrapper {
	font-size: 12px;
	margin-top: 10px;
	color: white;
	width: 100%;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.vote-wrapper.underlined:hover {
	background-color: #3e506d;
}
.vote-wrapper label {
	margin-bottom: 2px;
	display: block;
}
.vote-wrapper.underlined {
	border-bottom: 1px solid #546887;
	padding-bottom: 10px;
}
.vote-wrapper.underlined label {
	display: inline;
	margin-bottom: 0;
}
.percentage-bar {
	padding-left: 2px;
	padding-top: 2px;
	height: 18px;
	font-size: 11px;
	background: url('/images/vote-bar.png');
	color: white;
}
.percentage-bar-bg {
	background: url('/images/vote-bar-bg.png');
}
.vote-button {
	margin: 25px auto 0 !important;
	display: block;
}
.vote-select {
	margin-right: 10px;
}
#ajax-loader {
	position: absolute;
	display: none;
	background: url('/images/black_transp_pixel.png');
	width: 100%;
	height: 100%;
	z-index: 100;
}
#ajax-loader img {
	margin: 40% auto;
	display: block;
}
#vote-box {
	width: 210px;
}

#vote-box a img {
	border: 0;
}

#vote-box textarea,
#vote-box input.vote-option {
	width: 170px;
	background-color: #263650;
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#vote-box textarea {
	font-size: 14px;
	height: 80px;
	background-color: #263650;
}

#vote-box div {
	float: none !important;
}
