
	.voting {
		float: left;
		margin: 0 5px 5px 0;
		width: 90px;				
	}
	.votes {
		width: 80px;
		border: 1px solid #000;
		background-color: #fff;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}
	.votes .inner {
		margin: 0 10px 0 10px;
		padding: 10px 0 10px 0;
	}
	.voting .button {
		margin-top: 5px;
	}
	.voting .button input {
		width: 80px;
		height: 20px;
		background-color: #DEFFBF;
		border: 1px solid #000;
		cursor: pointer;
	}
	.episodepart .part {
		color: #44210d;
	}
	#vote_count {
		font-family: Verdana;
		font-size: 25px;
		font-weight: bold;
	}
