/*added input to resets, seems to fix browser diffs*/

/*all input*/
input:focus {
	border-color:red !important;
}

/*error boxes*/
#error_person {
	clear:both;
	margin: 0 1em;
}

#error_person label.error {
	background: #fef1ec;
	
	padding: 0.5em;
	display: block;
	text-align: center;
}

#personoplysninger p.input {
	white-space:nowrap;
}

p.input input.error {
	background: #fef1ec;
}


#person_test {/*main form with contact and language test*/
	text-align: center;
}

#person_test > fieldset {
	text-align: left;
}

/*contact details*/
#personoplysninger {
	background: #2e404c;
	/*padding: 0 2em 1em 1em;*/
	padding-bottom: 1em;
	margin-bottom: 1em;
	/*width: 560px;*/ /*dev*/
	overflow: hidden;
	text-align: center;
}

#personoplysninger * {
	text-align: left;
}

#personoplysninger h3 {
	background: url(../grafix/personoplysninger_head.png) no-repeat 0 0;
	color: #fff;
	line-height:1.5em;
	font-size: 1.5em;
	font-weight: bold;
	padding-left:1em;
	padding-top:0.5em;
	margin-bottom: 1em;
}

#personoplysninger p {
	margin-bottom: 0.4em;
	color: #fff;
}


#form_top, #double_line, #form_left, #form_right {
	padding: 0 2em 0 1.5em;
}

#form_left {
	padding-right: 1em;
}

#personoplysninger .input label
{
width: 7em;
float: left;
text-align: left;

display: block
}


.input input {
	margin-left: .5em;
	width: 35.8em;
	padding: 0.3em;
	border: 0.1em solid #aaa;
}
#personoplysninger .input input {
	margin-left: 0;
}


#postNr, #by  {
	float: left;
}

#postNr input {
	width: 5em;
}

#by {
	margin-left: 1em;
	
}

#by label {
	width: 3em !important;
}

#by input {
	width: 21.05em;
}

	
	

#personoplysninger #form_left {
	width: 29em;
	float: left;
}

#personoplysninger #form_left input {
	width: 23em;
	
}

#personoplysninger #form_right {
	padding-top: 1.75em;
	width: 8em;
	float: left;
}
#personoplysninger .input_radio {
	overflow: hidden;

}
#personoplysninger .input_radio label
{
width: 5.7em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

#personoplysninger .input_radio input
{
float: left;
}

/*test*/

#niveautest {
	background: #cfcece;
	/*padding: 0 2em 1em 1em;*/
	
	margin-bottom: 1em;
	/*width: 560px;*/ /*dev*/
	overflow: hidden;
}

#nt_legend {
	background: url(../grafix/niveuatest_head.png) no-repeat 0 0;
	color: #fff;
	padding: 0.4em 1em 1em 1em;
}

#nt_legend h3 {
	/*float: left;*/
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	
}
#nt_legend h3 span {
	/*float: left;*/
	font-size: 1.8em;
	margin-left: 0.8em;
	font-weight: bold;
	color: #fff;
}
#nt_legend h4 {
	float: left;
	color: #fff;
}

#nt_legend p {
	clear: both;
	text-align: center;
	line-height: 1.1em;
	width: 24em;
	margin: 0 auto;
}

/*question holder*/
#nt_questions {
	padding: 1.5em;
	color: #333333 !important;
}

#nt_questions p {
	font-size: 1em;
	line-height: 2.2em;
	margin-bottom: 0;
}

#nt_questions label {
	padding-right: 1em;
}

#nt_questions input {
	width: 8em;
}

#a_39, #a_40, #a_41, #a_42 {
	width: 16em !important;
}

/*last page*/
#niveau_final_form {
	text-align: center;
}

#niveua_final {
	background: url(../grafix/personoplysninger_head.png) no-repeat 0 0;
	padding-top: 3.5em;
	text-align: left;
}
#niveu_final h2 {
	
}
.motivation { /*grey divs*/
	background: #ccc;
	padding: 1em;
	margin-bottom: 1.5em;
	
}

#hvordan { /*lady h2*/
	position: relative;
}

#hvordan span { /*lady h2*/
	position: absolute;
	width: 162px;
	height: 211px;
	right: 0;
	bottom: 0;
	background: url(../grafix/niveautest_woman.png) no-repeat right top;
}

/*text fields on last page*/
.input_check .input {
	padding: 0.3em;
	margin-left: .5em;
	/*width: 36.1em;*/
	border: 0.1em solid #aaa;
}
