/* Custome CSS fro Exam System */
label
{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}
.textbox
{
	height:20px;
	width:auto;
	border:2px solid black;

}
.footer
{
	position:relative;
	bottom: 0px;
	text-align: center;
}
