* html, body {
	margin:0px;
	padding:0px;
}
body {
	background: #ffffff url('../img/bg-top.jpg') 0px 79px no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	font-family:Tahoma, sans-serif;
}
.topbar {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	height:80px;
	width:100%;
	text-align:left;
	background:#ffffff;
	border-bottom:1px solid #dd2222;
}
.topbar .logo {
	display:block;
	width:250px;
	height:80px;
	float:left;
	background:#ffffff url('../img/logo.png') 20px 25px no-repeat;
}
.topbar .socnet {
	height:80px;
	margin-left:260px;
	min-width:300px;
	background:red;
}
.main {
	margin:80px auto 0px;
	min-height:2500px;
	text-align:left;
	background-image: url('../img/down-back.jpg');
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: bottom 2px center;
	border-bottom:1px solid #dd2222;
	text-align:center;
}
.content {
	width:1060px;
	margin:0 auto;
	text-align:left;
	padding-bottom:300px;
}
.content h1 {
	margin:0px;
	padding:345px 0px 0px;
	font-size:65px;
	text-transform:uppercase;
}
.content h2 {
	margin:0px;
	padding:23px 0px 0px;
	font-size:50px;
	color:#dd2222;
}
.content h3 {
	margin:0px;
	padding:23px 0px 0px;
	font-size:34px;
	font-weight:normal;
}
.question {
	padding:60px 0px 0px 20px;
	clear:both;
}
.question h3 {
	margin:0px;
	padding:0px 0px 0px 20px;
	font-size:32px;
	color:#dd2222;
}
.question ul {
	margin:0px;
	padding:20px 0px 0px;
	list-style:none;
}
.question ul li {
	margin:0px;
	padding:0px;
}
.question-img ul li {
	width:259px;
	float:left;
}
.question-img ul li.clear {
	clear:both;
}
.question-img ul li .img {
	position:relative;
	width:232px;
	height:232px;
}
.question-img ul li .img .img-frame {
	position:absolute;
	top:0px;
	left:0px;
	width:232px;
	height:232px;
}
.question-img ul li.yes .img .img-frame {
	background:transparent url('../img/round-yes.png') top 1px left no-repeat;
}
.question-img ul li.no .img .img-frame {
	background:transparent url('../img/round-no.png') top 1px left no-repeat;
}
.question-img ul li.yes .img.lap .img-frame {
	background:transparent url('../img/round-yes_transparent.png') top left no-repeat;
}
.question-img ul li.no .img.lap .img-frame {
	background:transparent url('../img/round-no_transparent.png') top left no-repeat;
}
.question-img ul li .img img {
	width:232px;
	height:232px;
	border:0px;
}
.question-img ul li h4, .question ul li p {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.question-img ul li h4 {
	padding:20px 20px 0px 0px;
	font-size:26px;
	text-align:center;
}
.question-img ul li h4.left {
	padding-left:20px;
	text-align:left !important;
}
.question-img ul li p {
	padding:4px 0px 0px 20px;
	font-size:18px;
}
.question-list ul li {
	width:470px;
	height:40px;
	line-height:40px;
	margin:0px 0px 10px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #ee9090;
	background:#ffffff url('../img/ring-list.png') top left no-repeat;
}
.question-list ul li.double-row {
	height:60px;
	line-height:28px;
}
.question-list ul li.yes {
	background-color:#89cea9;
	border-color:#819874;
}
.question-list ul li.yes p {
	background:transparent url('../img/tick.png') top right 10px no-repeat;
}
.question-list ul li.no {
	background-color:#ee9090;
	border-color:#e55959;
}
.question-list ul li.no p {
	background:transparent url('../img/cross.png') top right 10px no-repeat;
}
.question-list ul li p {
	margin:0px;
	padding-left:40px;
	font-size:24px;
}
.question-list .msg-box {
	position:relative;
}
.question-list .msg {
	position:absolute;
	top:20px;
	right:30px;
	width:490px;
	height:206px;
	background:#8acfac;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:0px;
}
.question-list .msg .jumper-box {
	position:relative;
}
.question-list .msg .jumper-box .jumper {
	display:block;
	position:absolute;
	left:-26px;
	width:26px;
	height:8px;
	background-color:#8acfac;
}
.question-list .msg .jumper-box .jumper.j1 {
	top:18px;
}
.question-list .msg .jumper-box .jumper.j2 {
	top:72px;
}
.question-list .msg .jumper-box .jumper.j3 {
	top:126px;
}
.question-list .msg .jumper-box .jumper.j4 {
	top:180px;
}
.question-list .msg p {
	margin:0px;
	padding:18px 20px 18px;
	font-size:20px;
}
.question-img .msg-box {
	clear:both;
	padding:40px 0px 20px 40px;
	font-size:20px;
	color:#333333;
}
.bottom {
	height:80px;
}
.bottom span {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width:48%;
	height:80px;
	line-height:80px;
	text-align:center;
	text-decoration:underline;
	font-size:11px;
}
.result-box {
	text-align:center;
}
.result-box h3 {
	padding-top:120px;
	padding-bottom:30px;
	font-size:32px;
}
.result-box img {
	width:650px;
	height:650px;
}
.result-box a {
	display:block;
	padding-top:70px;
	font-size:20px;
	font-weight:bold;
	color:#dd2222;
}
.pointer li {
	cursor:pointer;
	cursor:hand;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
}