/* CDP-I CSS 
	5-1-5
	this is just for the online test */


input {
	margin-bottom: 8px;
}

.red {
	color: red;
}

.pagebreak {
	page-break-after: always;
}

ul {
	list-style-type: none;
}

li {
	line-height: 1.5em;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
}

radio {
	margin-bottom: -5px
}

input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.small {
	font-size: .9em;
}


.clear {
	clear: both;
}
