a.popupknop{
	display: block;
	width: 80px;
	background-color: #003f80;
	color: #fff;
	padding: 4px;
	margin-bottom: 50px;
	text-decoration: none;
	font-weight: bold;
}

#simplemodal-overlay{
	background-color: #fff;
}

#slider_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 9999;
	display: none;
}
#slider{
	position: fixed;
	top: 0;
	left: 50%;
	width: 865px;
	height: 537px;
	overflow: hidden;
	margin: 100px 0 0 -430px;
	z-index: 10000;
	display: none;
	
}
#test{
}
.testBox{
	width: 865px;
	height: 537px;
	background: url(../img/bg_testbox_bluebar.png) no-repeat top left;
	position: relative;
	text-align: left;
	float: left;
}
.testBox#welcome{
	width: 803px;
	height: 446px;
	padding: 91px 0 0 62px;
	background: url(../img/bg_testbox_plain.png) no-repeat top left;
}
.testBox .ellipse{
	position: absolute;
	width: 326px;
	height: 325px;
	background: url(../img/bg_test_ellipse.png) no-repeat top left;
	right: 8px;
	top: 0px;
}
.testBox .btnOrange{
	display: block;
	width: 156px;
	height: 42px;
	background: url(../img/btn_orange_test_1.png) no-repeat top left;
	color: #fff;
	font-size: 22px;
	padding: 21px 51px 0 0px;
	text-decoration: none;
	text-align: center;
}
.testBox .btnOrange:hover span.text{
	border-bottom: 1px solid #fff !important;
}

#welcome .man{
	position: absolute;
	width: 233px;
	height: 348px;
	background: url(../img/bg_test_man_start.png) no-repeat top left;
	left: 453px;
	top: 148px;
}
#welcome .man2{
	position: absolute;
	width: 189px;
	height: 343px;
	background: url(../img/bg_test_man_start_2.png) no-repeat top left;
	left: 490px;
	top: 153px;
}
#welcome h2{
	font-size: 34px;
	color: #003f80;
	line-height: 140%;
	margin-bottom: 28px;
}
#welcome p{
	font-size: 18px;
	color: #333;
	width: 335px;
	line-height: 150%;
}
#welcome a.btnOrange{
	position: absolute;
	top: 398px;
	left: 595px;
}

.testBox .close{
	position: absolute;
	font-size: 12px;
	color: #333;
	padding-right: 21px;
	padding-top: 2px;
	background: url(../img/test_close.png) no-repeat top right;
	height: 17px;
	top: 16px;
	left: 744px;
	text-decoration: none;
}
.testBox .close:hover{
	text-decoration: underline;
}
.testBox .question{
	width: 794px;
	height: 87px;
	position: absolute;
	left: 16px;
	top: 0px;
	font-size: 24px;
	line-height: 140%;
	padding: 23px 0 0 46px;
}
.testBox .question .number{
	float: left;
	color: #b8c8d8;
	padding-right: 8px;
}
.testBox .question h2{
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	float: left;
	width: 600px;
}
.testBox .answers{
	position: absolute;
	width: 527px;
	left: 55px;
	top: 166px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0c437d;
	background: url(../img/test_dotted_line.png) repeat-x top left;
	padding-top: 1px;
}
.testBox .answers li{
	background: url(../img/test_dotted_line.png) repeat-x bottom left;
	padding: 1px 0 2px;
}
.testBox .answers li .padding{
	padding: 9px 35px 10px;
}
.testBox .answers li.active .padding{
	background-color: #0d437d;
	color: #fff;
}
.testBox .answers li.hover .padding{
	background-color: #a7b8c8;
}
.testBox .answers li .padding input{
	float: left;
	margin: 0;
	margin-right: 21px;
}
.testBox .answers li label{
	float: left;
	width: 410px;
}
.testBox .navBar{
	position: absolute;
	top: 436px;
	left: 55px;
	width: 772px;
}
.testBox .navBar .btnPrev{
	display: block;
	float: left;
	width: 150px;
	height: 33px;
	padding: 8px 0 0 58px;
	background: url(../img/btn_orange_test_prev_passive.png) no-repeat top left;
	text-decoration: none;
	margin-right: 23px;
	cursor: default;
}
.testBox .navBar .btnPrev.active{
	background: url(../img/btn_orange_test_prev.png) no-repeat top left;
	cursor: pointer;
}
.testBox .navBar .btnPrev .text{
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
}
.testBox .navBar .btnNext{
	display: block;
	float: right;
	width: 188px;
	height: 33px;
	padding: 8px 0 0 20px;
	background: url(../img/btn_orange_test_next_passive.png) no-repeat top left;
	text-decoration: none;
	cursor: default;
}
.testBox .navBar .btnNext.active{
	background: url(../img/btn_orange_test_next.png) no-repeat top left;
	cursor: pointer;
}
.testBox .navBar .btnNext .text{
	color: #fff;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
}
.testBox .navBar .btnPrev:hover .text,
.testBox .navBar .btnNext:hover .text{
	border: none;
}
.testBox .navBar .btnPrev.active:hover .text,
.testBox .navBar .btnNext.active:hover .text{
	border-bottom: 1px solid #fff;
}

.testBox .navBar .numbers{
	width: 320px;
	text-align: center;
	float: left;
}
.testBox .navBar .numbers .centerer{
	width: auto;
	display: inline;
	margin: 0 auto;
}
.testBox .navBar .numbers .done{
	background: url(../img/test_question_tick.png) no-repeat top left;
	width: 39px;
	height: 37px;
	float: left;
	margin-right: 6px;
}
.testBox .navBar .numbers .done .text{
	display: none;
}
.testBox .navBar .numbers .active,
.testBox .navBar .numbers .todo{
	background: url(../img/test_bg_question_active.png) no-repeat top left;
	width: 39px;
	height: 37px;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #033b76;
	float: left;
	margin-right: 6px;
}
.testBox .navBar .numbers .todo{
	background: url(../img/test_bg_question.png) no-repeat top left;
	color: #000;
}
.testBox .image{
	position: absolute;
	width: 215px;
	height: 200px;
	top: 120px;
	left: 606px;
	overflow: hidden;
}

#welcome{
	float: none;
}
#questionSlider{
	position: relative;
	width: 865px;
	height: 537px;
}
#overflowBox{
	overflow: hidden;
	position: absolute;
	width: 840px;
	height: 370px;
	left: 14px;
	top: 47px;
}
#questionholder{
	position: absolute;
	width: 865px;
	height: 490px;
	left: 0;
	top: 0px;
}
.questionContent{
	width: 865px;
	height: 50px;
	float: left;
	position: relative;
}

#result .question{
	top: 47px;
	padding-top: 27px;
}
#result .question h2{
	font-size: 34px;
	width: 750px;
}
#result .body{
	position: absolute;
	width: 350px;
	color: #003f80;
	top: 190px;
	left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 145%;
}
#result .body p{
	margin-bottom: 1em;
}

#result .contactForm{
	position: absolute;
	width: 350px;
	color: #333;
	top: 190px;
	left: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
}
#result .contactForm h3{
	color: #333;
	font-size: 14px;
	line-height: 145%;
	margin-bottom: 5px;
}
#result .contactForm label{
	display: block;
}
#result .contactForm .checkbox label{
	display: inline;
}
#result .contactForm .field input{
	width: 240px;
	border: 1px solid #333;
	background-color: #fff;
	padding: 3px 2px 0;
	height: 20px;
	font-size: 14px;
}
#result .contactForm .field.checkbox{
	margin-top: 6px;
}
#result .contactForm .field.checkbox input{
	width: auto;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height: auto;
}
#result .contactForm .field{
	margin-bottom: 3px;
}
#result .contactForm .field .errorMessage{
	display: none;
}
#result .contactForm .field.error input{
	border: 1px solid red;
}
#result .contactForm .formError{
	color: red;
	font-style: italic;
}
#result .contactForm #testContact_submit{
	width: 177px;
	height: 39px;
	background: url(../img/test_btn_orange_send.png) no-repeat top left;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 0 0 2px 22px;
	text-align: left;
	margin-top: 11px;
}
#result .contactForm #testContact_submit:hover{
	text-decoration: underline;
}
#result .contactForm .closePopup{
	color: #333;
	font-size: 12px;
}
#result .contactForm .closePopup:hover{
	color: #D85000;
}

#result .resultImage1{
	position: absolute;
	background: url(../img/result1.png) no-repeat top left;
	width: 225px;
	height: 148px;
	top: 347px;
	left: 600px;
}
#result .resultImage2{
	position: absolute;
	background: url(../img/result2.png) no-repeat top left;
	width: 289px;
	height: 266px;
	top: 280px;
	left: 582px;
}
