div.votebox {
	width: 310px;
}

div.votebox div.hdr {
	width: 310px;
	height: 26px;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 5px;
	color: white;
	background-image: url( '/images/goltl/votehdr.png' );
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
}

div.votebox div.cnt {
	width: 310px;
	background-image: url( '/images/goltl/votebg.png' );
	background-repeat: repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

div.votebox div.ftr {
	width: 310px;
	height: 29px;
	line-height: 26px;
	background-image: url( '/images/goltl/voteftr2.png' );
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

div.votebox div.ftr a {
	text-decoration: none;
	color: black;
}

div.votebox table.vote {
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}

div.votebox div.votable {
	padding: 5px 5px 5px 20px;
}

div.votebox div.voting {
	width: 310px;
	height: 21px;
	line-height: 21px;
	background-image: url( '/images/goltl/voteftr1.png' );
}

div.votebox div.voting input {
	margin-left: 10px;
	padding: 0px;
	width: 290px;
	height: 20px;
	border: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-align: center;
	background: transparent;
	text-transform: uppercase;
	cursor: pointer;
}


div.voteresult {
	padding: 5px 5px 5px 20px;
}

div.voteresult ul {
	list-style-type: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #193857;
}

div.voteresult div.ttl1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 28px;
	text-align: right;
}
div.voteresult div.prog {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
	height: 12px;
	background-color: #f0f0f0;
}

div.voteresult div.ttl2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 37px;
	text-align: right;
}
