#il_competition{
	width: 300px;
	border:1px solid #ccc;
	text-align:center;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 24px;
	margin-top: 15px;
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(top,  #ededed 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3);
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.3);
	margin-left: auto;
	margin-right: auto;
}

#votecounter{
	padding: 10px 0;
	height: 42px;
	width: 99px;
	float:left;
	border-right: 1px solid #fff;
	background:#eee;
}

#il_competition span{
	display:block;
	font-weight: bold;
	font-size: 30px;
}

#il_competition a{
	display:block;
	font-weight:bold;
	width: 199px;
	border-left: 1px solid #ccc;
	float:right;
	line-height: 62px;
	font-size: 26px;
}
#il_competition a:hover, #il_competition a:focus{
	text-decoration:none;
	background: #ddd;
}

#il_competition a.disabled{
	padding: 5px 0;
	color:#666;
}