body
{
	font-family: Arial;
    font-size: 12px; 	
	line-height: 18px;

}

a.button 
{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	margin: 25px 0;
	background-color: #153693;
}

a.button:active {
	position: relative;
	top: 1px;	
}


/*TEST*/
.sluttest {
	padding: 0px;
	overflow: hidden;
	width:650px;
	height:430px;
	margin-left:20px;
}
.sluttest img {
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	
}
.testprogressbarBG {
	height:10px;
	width:100%;
}
.test_progressbar {
		background-color:#CCCCCC;
		height:100%;
		width:25px;
		float:left;
		margin:0 5px 0 0;
}
#sluttest p {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sluttest a#testanswer  {
	width:320px;	
	text-align:left;
	margin: 0 0 10px 0;
	padding: 5px 40px 10px 40px;
	background-color: #FFF;
	color: #525252;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
	font-size: 14px;
	font-weight: normal;
    text-indent: -25px;
}

#sluttest a#testanswer span {
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px 0 0;
	color: #153693;
	position: relative;
	top: 5px;
}

#sluttest a#testanswer:hover  {
	border-color:#153693;
}
#sluttest a#test_tryagain {
	margin: 0 0 10px 0;
}

ul {
    list-style:none;
    padding-left:0;
}​
#sluttest li {	
	list-style: none;	
}

#next_btn, #feedback_btn {
	width:100px;	
}
