/* CSS Document */

.quiz1{
	width: 300px;
	float: left;
	padding-left: 15px;
}

.quiz2{
	width: 225px;
	float: left;
	background-image: url(../imgs/v_line_gray.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
}

.quiz3{
	width: 340px;
	float: left;
	background-image: url(../imgs/v_line_gray.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.quiz1, .quiz2, .quiz3{
	padding-bottom:20px;
}


label {
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height:20px;
}
#bioStats .h_dividmer {
	padding: 1px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 200px;
	margin: 0px;
}

