/* Video topstory */
#votes {
  	margin-bottom: 20px;
  	width: 100%;
	color: #666;
	font-size: 11px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}

#votes p {
  	margin-top: 10px;
  	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#votes p.submit {
  	width: 100%;
	text-align: center;
}

#votes ul {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 170px;
	font-size: 12px;
	list-style: none;
	list-style-position: inside;
}

#votes ul li {
	display: table;
}

#votes ul li input {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
	float: left;
}

#votes ul li label {
	margin-top: 4px;
	margin-bottom: 4px;
  	width: 140px;
	float: left;
	cursor: pointer;
	display: table;
}

#votes p.voteresult {
	font-weight: normal;
	text-align: left;
}

