
label {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	padding-left: 10px;
	padding-right: 4px;
}

.compulsary {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	padding-left: 10px;
	padding-right: 4px;
}

.failure {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 150%;
	color: #993333;
	padding-left: 10px;
	padding-right: 4px;
}

#comments {
	list-style: none;
}

#comments li {
	padding-bottom: 20px;
}

#comments li div {
	width: 50%;
	text-align: center;
	border-bottom: 1px dotted #999999;
}

