#testmodule * {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#testmodule .pagetitle {
	font-size: 20px;
	font-weight: bold;
	color: #00009D;
}

#testmodule .questionContainer {
	background-color: #ADB0DB;
	padding: 5px;
	width: 100%;
	margin-top: 10px;
	color: #fff;
}

#testmodule .answer {
	background-color: #ADB0DB;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

#testmodule label,#testmodule input{
	cursor: hand;
	padding: 0px;
	margin: 0px;
}

#testmodule .answer{
	padding-bottom: 10px;
}

#testmodule .answer img{
	visibility: hidden;
	display: none;
}

#testmodule .filler {
	background-color: #5058af;	
	color: #fff;
}

#testmodule .relevantLink {
	color: #fff;
}
