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: #000;	
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 9999;
	display: none;
}

#progressbar {
	
}

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */

.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.ui-progressbar {
	background: url(../img/done.gif) repeat-x top left;
	height: 25px;
	border: 1px solid #dddddd;
}

.ui-progressbar .ui-progressbar-value {
	height: 27px;
	background: url(../img/bg_progress.png) repeat-x top left;
	border: 0;
}
#slider{
	position: absolute;
	top: 0;
	left: 50%;
	width: 865px;
	height: 510px;
	overflow: hidden;
	margin: 175px 0 0 -405px;
	padding: 0;
	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,
.testBox#result {
	width: 865px;
	height: 510px;
	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_2.png) no-repeat top left;
	color: #fff;
	font-size: 22px;
	padding: 13px 51px 0 0px;
	text-decoration: none;
	text-align: center;
}
.testBox .btnOrange:hover span.text{
	border-bottom: 1px solid #fff !important;
}

.testBox .inner {
	padding: 45px 0 0 38px;
}

#welcome .inner,
#result .inner {
	padding: 45px 0 0 58px;
}

#welcome .man
{
	position: absolute;
	width: 283px;
	height: 423px;
	background: url(../img/bg_test_man_start_2.png) no-repeat top left;
	right: 12px;
	top: 2px;
}
#welcome .man2 {
	position: absolute;
	width: 233px;
	height: 348px;
	background: url(../img/bg_test_man_start.png) no-repeat top left;
	right: 80px;
	top: 132px;
}
#welcome h2,
#result h2 {
	font-size: 34px;
	color: #003f80;
	line-height: 120%;
	margin-bottom: 20px;
}
#welcome p {
	font-size: 14px;
	color: #333;
	width: 485px;
	line-height: 150%;
}
#welcome a.btnOrange {
	position: absolute;
	top: 330px;
	left: 56px;
}
.testBox .intro {
	font-size: 24px !important;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.testBox .loading {
	font-size: 14px;
}

.progresscontainer {
	width: 600px;
	position: absolute;
	top: 170px;
	left: 16px;
}

.testBox .underline1 {
	background: url(../img/bg_underline1.png) no-repeat left bottom;
	padding-bottom: 2px;
}

.testBox .underline2 {
	background: url(../img/bg_underline2.png) no-repeat left bottom;
	padding-bottom: 2px;
}

.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: 740px;
	height: 87px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 26px;
	line-height: 140%;
	padding: 0;
}
.testBox .question .number{
	float: left;
	padding-right: 8px;
	display: block;
	color: #666666;
}
.testBox .question h2{
	color: #284078;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	float: left;
	width: 650px;
}
.testBox .answers{
	position: absolute;
	width: 490px;
	left: 15px;
	top: 94px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: url(../img/test_dotted_line.png) repeat-x top left;
}
.testBox .answers li{
	background: url(../img/test_dotted_line.png) repeat-x bottom left;
	padding: 1px 0 1px;
	margin: 0;
}
.testBox .answers li .padding{
	padding: 9px 25px 10px 10px;
}
.testBox .answers li.active .padding{
	background-color: #BBC3E8;
}
.testBox .answers li.hover .padding{
	/*background-color: #a7b8c8;*/
}
.testBox .answers li .padding input{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 11px;
	line-height: 20px;
	outline: 0;
}
.testBox .answers li label{
	float: left;
	width: 380px;
	outline: 0;
	line-height: 20px;
	cursor: pointer;
}
.testBox .navBar{
	position: absolute;
	top: 448px;
	left: 36px;
	width: 796px;
}
.testBox .navBar .btnPrev{
	display: block;
	float: left;
	width: 63px;
	height: 25px;
	padding: 9px 0 0 42px;
	background: url(../img/bg_btnprev_inactive.png) no-repeat top left;
	text-decoration: none;
	margin-right: 23px;
	cursor: default;
}
.testBox .navBar .btnPrev.active{
	background: url(../img/bg_btnprev.png) no-repeat top left;
	cursor: pointer;
}

.testBox .navBar .btnNext {
	display: block;
	float: right;
	width: 63px;
	height: 25px;
	padding: 9px 42px 0 0;
	background: url(../img/bg_btnnext_inactive.png) no-repeat top right;
	text-decoration: none;
	cursor: default;
}
.testBox .navBar .btnNext.active{
	background: url(../img/bg_btnnext.png) no-repeat top right;
	cursor: pointer;
}
.testBox .navBar .btnNext .text,
.testBox .navBar .btnPrev .text{
	color: #D7DEF2;
	font-size: 14px;
	line-height: 100%;
	text-decoration: none;
}

.testBox .navBar .btnNext.active .text,
.testBox .navBar .btnPrev.active .text{
	color: #263F7F !important;
}
.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 #263F7F;
}

.testBox .navBar .numbers{
	width: 490px;
	text-align: center;
	float: left;
	padding-top: 6px;
	padding-left: 40px;
}
.testBox .navBar .numbers .number {
	color: #929292;
	margin-right: 6px;
	float: left;
	padding: 2px 4px 0px 4px;
	font-size: 14px;
	height: 24px;
	width: 17px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.testBox .navBar .numbers .centerer{
	width: auto;
	display: inline;
	margin: 0 auto;
}

.testBox .navBar .numbers .done .text{
	color: #263F7F;
}

.testBox .navBar .numbers .active {
	background: url(../img/bg_number_active.png) no-repeat top left;
	color: #263F7F;
}

.testBox .navBar .numbers .todo{
	color: #929292;
}
.testBox .image{
	position: absolute;
	width: 215px;
	height: 200px;
	top: 100px;
	left: 540px;
	overflow: hidden;
}

#welcome{
	float: none;
}
#questionSlider{
	position: relative;
	width: 865px;
	height: 537px;
}
#overflowBox{
	overflow: hidden;
	position: absolute;
	width: 800px;
	height: 370px;
	left: 54px;
	top: 47px;
}
#questionholder{
	position: absolute;
	width: 865px;
	height: 490px;
	left: 0;
	top: 0px;
}
.questionContent{
	width: 800px;
	height: 50px;
	float: left;
	position: relative;
}

#result .question{
	left: 54px;
	top: 37px;
}

#result .question h2{
	font-size: 34px;
	width: 750px;
}
#result .body{
	position: absolute;
	width: 320px;
	color: #003f80;
	top: 150px;
	left: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 145%;
}
#result .body p{
	margin-bottom: 1em;
	line-height: 18px;
}

#result .contactForm{
	position: absolute;
	width: 350px;
	color: #333;
	top: 150px;
	left: 440px;
	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: 170px;
	left: 582px;
}
