.datapoint {
	width: 5px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	background: #6e091a;
	border: 1px solid #fff;
	cursor: help;
}

#wantedResultIndicator {
	background: #7cc576;
	position: absolute;
	left: 0;
	top: 0;
	width: 337px;
	height: 176px;
	display: none;
	opacity: .3;	
}

.mand {
	background: #00aeef;
}

.hasWanted {
	border-bottom: 1px solid black;
}
.hidden {
	display: none;
}

#formErrors {
	color: #6e091a;
}

.extraQuestions {
	float: right;
	width: 250px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.resultoption .result {
	float: left;
	width: 400px;
}

a.extraquestion {
	display: block;
	padding: 5px 10px;
	margin: 5px 0;
	border-left: 3px solid #6e091a;
}
#testWrapper {
	width: 700px;
	margin: auto;
	background: #fff;
	text-align: left;
	padding: 40px;
}

#questions {
	position: relative;
}
#questionsContainer {
	position: relative;
	width: 700px;
	height: 300px;
	overflow: hidden;
}

#questionNav {
	height: 10px;
	
}


.questionNavButton {
	width: 20px;
	height: 12px;
	background: silver;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}
.questionNavButtonActive {
	background: maroon;
}
.question {
	width: 700px;
}

#questions ul {
	padding: 0;
	margin: 0;
}
#questions li {
	list-style: none;
	background: #f9f9f9;
	padding: 5px 10px;
	margin-bottom: 2px;
	cursor: pointer;
}
#questions li:hover {
	background: #ededed;
}
#questions li.selected {
	background: #6e091a;
	color: #fff;
}

#matrix {
	width: 683px;
	height: 362px;
	position: relative;
	background: url(/images/matrixbg2.jpg) no-repeat;
}
#matrixGraf {
	width: 683px;
	height: 362px;
	position: relative;
	background: url(/images/grafbg2.png) no-repeat;
}


#pointer {
	position: absolute;
	width: 61px;
	height: 53px;
	overflow: hidden;
	background: url(/images/heart.png);
}


h2 {
	margin-bottom: 10px;
}