html,body{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
}
a img{
	border:none;
}
a{
	color:#AAA;
}
div#wrapper{
	width:490px;
	/*margin:0 auto;*/
}

div#question{
	font-size:24px;
	color:#AAA;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:40px;
}

div#languages-wrapper{
	position:absolute;
	text-align:right;
	height:100px;
	width:800px;
	margin-top:60px;
	
}
div#languages-wrapper a{
	color:#AAA;
	text-decoration:none;
}

div#brand-1-wrapper{
	float:left;
	width:200px;
	height:300px;

}

div#brand-2-wrapper{
	float:right;
	width:200px;
	height:300px;

}
div#brands-wrapper{	
	width:490px;
	/*margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;*/
	
}
span#vs{
	vertical-align:middle;
	font-weight:bold;
	font-size:40px;
	padding-top:100px;
	display:block;
	color:#AAA;
}

div#countdown{
	font-size:24px;
	color:#AAA;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

div#mini-countdown{
	font-size:14px;
	color:#AAA;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	width:350px;
}

div.clear{
	height:0px;
	font-size:0px;
	line-height:0px;
	clear:both;
	float:none;
}

div#footer{
	height:140px;
	text-align:center;
	background-color:#EEE;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	padding-top:20px;
	color:#AAA;
		font-size:14px;
}

div#footer a{
	color:#AAA;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

div.brand-votes{
	margin-top:5px;
	font-size:12px;
	margin-bottom:5px;
}
div.brand-votes span{
	font-size:16px;
	color:#000;
	display:block;
	margin:0 auto;
}

input.vote{	
	border-radius:5px;
	color:#FFF;
	font-weight:bold;
	padding:8px;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background-image:url('http://bigpicture.ru/vote/img/btn.png');
	cursor:pointer;
	background-position:center 10%;
}

input.vote:hover{
	background-position:center 20%;
}

div#brand-1-wrapper div.brand-votes{
	color:#0778F8;
}
div#brand-1-wrapper input.vote{
	border:1px #5CA9FF solid;
	background-color:#0035BC;	
	-webkit-box-shadow: #AAA 0px 0px 6px;
}

div#brand-2-wrapper div.brand-votes{
	color:#F81F07;
}

div#brand-2-wrapper input.vote{
	border:1px #FF8679 solid;
	background-color:#F81F07;	
	-webkit-box-shadow: #AAA 0px 0px 6px;
}

#simplemodal-overlay{
	background-color:#000;
}

#login-window, #social-window{
	font-size:16px;
	color:#AAA;
	padding:20px;
	background-color:#FFF;
	-webkit-box-shadow: #FFF 0px 0px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	border:2px #AAA solid;
	width:410px;
}
#login-window img, #social-window img{
	cursor:pointer;
	margin:10px;
	
}

div#submit{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

div#submit span{
	 font-size:14px; 
	 color:#999;
	 font-weight:bold;
}

div#submit p{
	font-size:14px;
}

div#submit a{
	font-size:18px;
	font-weight:bold;
	color:black;
}

div#submit input{
	border:1px silver solid;
	-webkit-box-shadow: #CCC 0px 0px 3px inset;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	padding:5px;
	color:#AAA;
	font-weight:bold;
	
}

div#disqus_thread{
	width:600px;
	margin:0 auto;
}

a#close{
	background-image:url('http://bigpicture.ru/vote/img/close.png');
	width:32px;
	height:32px;
	position:absolute;
	z-index:200;
	top:-10px;
	left:410px;
}
