body{
	background:url(../images/bg.jpg) repeat-x #efefef;

	padding-top:40px;
}

.quiz-container{
	background:#fff;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	padding:20px 20px 20px 20px;
	margin-top:40px;
	text-align:center;
}

.question{
	padding:40px;
	background:#F5F9EB;
	margin:40px 40px 40px 40px;
	
}

.answer{
	margin:30px;
}

.answer .img-btn{
	border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	background:#fff;
	position:relative;
	overflow:hidden;
	width:100%;
}

.answer .img-btn img{
	positon:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
}

.answer .pick, .sub-btn{
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	padding:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9be200+0,8fc800+100 */
	background: #9be200; /* Old browsers */
	background: -moz-linear-gradient(top, #9be200 0%, #8fc800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9be200), color-stop(100%,#8fc800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9be200 0%,#8fc800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9be200 0%,#8fc800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9be200 0%,#8fc800 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9be200 0%,#8fc800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9be200', endColorstr='#8fc800',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-weight:700;
	 -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.answer:hover{
	cursor:pointer;
}

.answer:hover .pick, .sub-btn:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.sub-btn{
	text-transform:uppercase;
	font-size:18px;
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	cursor:pointer;
	 -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.spacer{
	padding:10px;
}

.footer-area{
	margin-top:40px;
	padding:40px;
	background:#333;
	color:#999;
	text-align:center;
}

.question:not(#q1){
	display:none;
}
