#contest {
	width: 300px;
}

#contest_article {
	width: 100%;
}

.articlecontest {
	background-color: #242323 !important;
	padding: 10px !important;
	text-align: center;
	width: 620px !important;
}

	.articlecontest h3 {
		font-size:22px; 
		z-index:10; 
		margin:0px 0 16px 0;  
		color:#fff; 
		text-shadow:1px 1px 1px black; 
		font-family: 'PT Sans Narrow';
	}

.contest_content {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
}

	.contest_content #contest_text {
		float: left;
		margin-left: 15px;
		text-align: center;
		width: 295px;
	}

	.contest_content #contest_price {
		color: #ffffff;
		display: block;
		font-family: 'PT Sans Narrow';
		font-size: 1.5em;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	
	.contest_content #contest_question {
		color: #ffffff;
		display: block;
		font-family: 'PT Sans Narrow';
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 15px;
	}
	
	#contest_button {
		background-color: #000000;
		border: 1px #fff799 solid;
		color: #fff799;
		display: block;
		font-family: 'PT Sans Narrow';
		font-size: 1.7em;
		font-weight: light;
		margin: 0 0 0 80px;
		padding: 5px;
		text-align: center;
		width: 150px;
	}
	
		#contest_article #contest_button {
			font-size: 1.7em;
		}
	
			#contest_button:hover {
				background-color: #fff799;
				color: #333333;
			}
	
	.poll_content .stats {
		color: #565656;
		text-align: center;
	}