body {
	font-family: 'PT Sans';
	margin: 0;
	padding: 0;
	background: url(../images/bg.png);
}
.wrapper {
	width: 730px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.slide {
	width: 730px;
	margin: 20px auto 0;
}
.question {
	position: relative;
	height: 70px;
	padding: 0 26px;
	background: url(../images/pattern_red.png);
	font: bold 22px/34px 'PT Sans', sans-serif;
	color: #fff;
	width: 560px;
	margin: 0 auto;
	text-align: center;
}
.question.one-line {
	font-size: 28px;
	line-height: 70px;
}
.question:before,
.question:after {
	position: absolute;
	top: 0;
	width: 110px;
	height: 105px;
	content: '';
	z-index: -1;
}
.question:before {
	left: -60px;
	background: url(../images/left.png);
}
.question:after {
	right: -60px;
	background: url(../images/right.png);
}
.question-text {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	font: normal 17px/23px 'PT Sans';
}

.question-text br {
	margin: 40px;
}

.start-test {
	cursor: pointer;
	width: 600px;
	height: 80px;
	background: url(../images/pattern_red.png);
	text-align: center;
	color: #fff;
	margin: 20px auto;
	font: normal 49px/84px 'PT Sans';

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.help-text {
	color: #aaa;
	text-align: center;
}

a {
	color: #913334;
}

ul.answers {
	list-style: none;
	margin: 30px auto;
	padding: 0;
	width: 720px;
	padding: 20px 0;
}
ul.answers li {
	cursor: pointer;
	margin-left: 20px;
	float: left;
	width: 214px;
	padding: 5px;
	height: 60px;
	background: #fff;
	font: bold 15px 'PT Sans';
	color: #974043;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #fff;
}
ul.answers li:first-child {
	margin-left: 0;
}
ul.answers li.done {
	border-color: #3C6401;
	background: #EEFADB;
	color: #3C6401;
}
ul.answers li.error {
	border-color: #640101;
	background: #FADBDB;
	color: #640101;
}
.slide {
	display: none;
}
.slide-1 {
	display: block;
}

.congrats p {
	text-align: center;
	font-size: 19px;
	margin: 15px 60px;
}
.congrats .p1 {
	font-size: 26px;
}
.congrats .points {
	font-size: 35px;
	font-weight: bold;
}
.copyright {
	display: block;
	text-align: center;
	font-size: 12px;
}