/* CLASSES */

html, body {
	margin: 0;
	padding: 0;
	overflow: auto;
	
	height: 100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}

#container {
	
}

#box {
	width: 740px;
	height: 420px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	margin-top: -210px;
	
	border: 1px solid #ccc;
}

#header {
	display: block;
	width: 740px;
	height: 70px;
	background-image: url(../imgs/header.gif);
	background-repeat: no-repeat;
}

#titlebar {
	display: block;
	width: 740px;
	height: 30px;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#titlebar h1 {
	margin: 0;
	padding: 0;
	
	font-size: 13px;
	font-weight: normal;
	
	margin-left: 76px;
	margin-top: 7px;
}

#content {
	margin-left: 76px;
	margin-top: 22px;
	margin-bottom: -22px;
	margin-right: 10px;
	
	height: 290px;
}

#content h2 {
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: normal;
	
	margin-bottom: 22px;
}

#footer {
	height: 30px;
	
	border-top: 1px solid #ccc;
}

/* CLASSES */

.question_nr, .result_title {
	color: #ccc;
}

.question_txt, .advice_txt {
	color: #496093;
	
	line-height: 24px;
}

.answer {
	margin: 0;
	padding: 0;
	
	margin-left: 24px;
	margin-bottom: 10px;
}

.answer_lbl {
}

.answer_txt {
	font-size: 11px;
}

.error {
	color: #b1b6d1;
	font-size: 11px;
	
	margin: 0;
	padding: 0;
	
	margin-left: 105px;
	padding-top: 7px;
}

.continue {	
	margin: 0;
	padding: 0;
}

.submit, .submit:focus, .submit:active {
	outline: none;
	text-align: center;
	
	padding: 0;
	margin: 0;
	
	position: absolute;
	bottom: 0%;
	right: 0%;
	
	padding-bottom: 4px;
	
	display: block;
	height: 26px;
	width: 150px;
	
	background-color: #fff;
	border: none;
	
	color: #496093;
	letter-spacing: 2px;
	
	cursor: pointer;
	*cursor: hand;
}

