@charset "utf-8";
/* CSS Document */

html, body {
	background: url(../images/background.jpg) #000;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	width: 100%;
	overflow-x: hidden;
	/*overflow-y: hidden;*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.mainContaner {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.header {
	height: 200px;
	clear: both;
	background: url(../images/headerBg.png) no-repeat;
}
.banner {
	height: 443px;
	clear: both;
	background: url(../images/banner.png) no-repeat;
}
.body {
	height: auto;
	overflow: hidden;
	clear: both;
}
.body h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: normal;
	color: #f9f9f9;
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: 0 1px 0 #000;
}
.line {
	background: url(../images/line.png) no-repeat;
	clear: both;
	margin: 10px 0;
	height: 1px;
}
.voteOuter {
	height: auto;
	overflow: hidden;
}
.voteOuter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.voteOuter li {
	float: left;
	cursor: pointer;
}
.voteOuter li img {
	cursor: pointer;
}
.voteOuter li p {
	text-transform: uppercase;
	text-shadow: 0 1px 0 #000;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
.fb > input[type=radio] {
	display: none;
	cursor: pointer;
}
input[type=radio] + img {
	cursor: pointer;
	border: 2px solid transparent;
}
input[type=radio]:checked + img {
	border: 2px solid #f00;
	cursor: pointer;
}
.userInfo {
	width:525px;
	margin:10px auto;
}
.name {
	background:#3f3722;
	border:1px solid #000;
	width:276px;
	height:39px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	padding:0 5px;
	float:left;
	margin-right: 5px;
}
.age {
	background:#3f3722;
	border:1px solid #000;
	width:80px;
	height:40px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	padding:0 0 0 5px;
	margin:0;
}
.gender {
	background:#3f3722;
	border:1px solid #000;
	width:123px;
	height:40px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	padding:0 0 0 5px;
	line-height:30px;
}
.btnOuter {
	width:210px;
	margin:10px auto;
}
.voteBtn {
	border:none;
	text-align:center;
	width:210px;
	cursor:pointer;
}
.footer {
	height:auto;
	overflow:hidden;
	margin:10px 0;
	clear:both;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
}
.popUpOuter {
	width:100%;
	margin:0 auto;
	background:#FFF;
	font-size:22px;
	text-align:center;
}
