#TestEngine {
	max-width: 600px;
}

#TestEngine p:last-of-type {
	margin-bottom: 1.0em;
}

#TestEngine div#Feedback+p {
	/*margin-top: 0px;*/
}

#TestEngine label {
	padding-left: 20px;
	text-indent: -16px;
	display: inline-block;
}
#teForm {}
#teForm blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: -1.3em;
}
#teForm div.teChoice {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: -1.3em;
	max-width: 600px;
}
.teChoiceBtn {
	vertical-align: middle;
}

.te_label {
	cursor: pointer;
}
.start_holder {
text-align: center;
	
}
.submit_holder {
text-align: center;
	
}

.continue_holder {
	text-align: center;
	
}

input[type="checkbox"],input[type="radio"] {
	cursor: pointer;
	vertical-align: middle;
	margin-right: 0px;
}

input[type="button"] {
	cursor: pointer;
}

#teFeedback {
	background: #ffffff;
	border-radius: 0px;
	border: 1px solid #A4BCC2;
	display: none;
	padding: 17px;
	max-width: 600px;

}

#teFeedback p:last-child {
	/*margin-top: 1.0em;*/
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}


