body{
 	background-image:url('files/bg.jpg');
}
#main{
	width:100%;
	height:auto;
	font-family:Ebrima;
	border-right:1px dashed maroon;
	border-left:1px dashed maroon;
	border-radius:10px;
}
#main #heading{
	text-align:center;
	background:maroon;
	color:lightgrey;
	padding:3px 0 5px 0;
	border-radius:10px  10px 0 0;
	
}
#main #note{
	font-size:12px;	
	padding-left:5px;
	margin-bottom:5px;
	background:white;
}
#main #bottom{
	text-align:center;
	background:maroon;
	color:white;
	padding:3px 0 5px 0;
	border-radius:0 0 10px  10px;
	font-size:12px;
	margin-top:20px;
	width:100%;
	clear:both;
}
#main #sub_heading{
	margin-top:3px;
	background:#003399;
	color:white;
	padding:3px 0 5px 5px;
	font-size:13px;	
}
#main #label{
	font-size:12px;	
	padding-left:5px;
	margin:1px 0 1px 0;
	font-weight:bold;
	clear:both
}
#main #inputs input, #inputs select{
	width:98%;
	margin:0 1% 0px 1%;
}
#main #col_half{
	width:50%;
	height:auto;
	float:left;
}

#seperate{
 clear:both;
	width:100%;
	height:2px;
}