.regd_cont
{
	position:relative;
	width:500px;
	left:50%;
	margin:0 0 0 -250px;
}

@media only screen and (max-width: 600px) {
	.regd_cont
	{
		position:relative;
		width:98%;
		left:1%;
		margin:0 0 0 0;
	}
}
.regd_head
{
	background: #000099;
	padding:10px;
	color:white;
	text-align:center;
}

.regd_form
{
	border:1px solid black;
	line-height: 30px;
	font-size:15px;
}

.adm_stat_head
{
	background: #000099;
	padding:10px;
	color:white;
	text-align:center;
}
.adm_stat_text
{
	border:1px solid black;
	line-height: 30px;
	font-size:15px;
	margin:0 0 20px 0;
	padding:5px 20px 5px 20px;
	font-weight:bold;
	color:#006600;
}

.black
{
	color:black;
}

.adm_stat_text td 
{
	vertical-align: top;
}

.new_stu_form_header
{
	display: none; /*change to none*/
	border:1px solid black;
	margin:10px;
}

.new_stu_ver_email
{
	margin:10px;
	border:1px solid black;
}

.form_sub_head
{
	background:#007399;
	padding:10px;
	color:white;
}

.form_sub_contents
{
	
}

.form_sub_contents input, .form_sub_contents select
{
	width:250px;
	height:35px;
	padding:0 8px 0 8px;
}

#otp_warn
{
	display:none;
	color:red;
}

.form_sub_contents textarea
{
	width:250px;
}

table, caption, tbody, tfoot, thead, tr, th, td 
{
	padding:8px 0 0 0;
	border-collapse: collapse;
	
}

td, th 
{
	border: none;
	text-align: left;
	padding: 8px;
}

#otpVerifySection
{
	display: none;
}

.main_container
{
	
}

.main_top
{
	position:fixed;
	left:0;
	background:#e68a00;
	width:100%;
	height:50px;
	float:left;
	border-bottom:3px solid black;
}

.top_left
{
	float:left;
}

.top_right
{
	float:right;
}

.btn_sty_2
{
	float:right;
	margin: 6px 10px 0 0px;
	padding:5px 10px 0 10px;
	height:30px;
	background:blue;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
	border:2px solid white;
}

.btn_sty_2:hover
{
	background:#000033;
}

.top_right a
{
	color:white;
	text-decoration: none;
}

.main_left
{
	margin:50px 0 50px 0;
	position:fixed;
	left:0;
	background:#000080;
	width:250px;
	height:100%;
	overflow:auto;
}

.btn_sty_1
{
	margin:10px 20px 15px 20px;
	left:0;
	background:#009900;
	width:200px;
	border-radius:5px;
	cursor:pointer;
	border:2px solid white;
	color:white;
	text-align:center;
	padding:8px 0 8px 0;
}

.btn_sty_1:hover
{
	background:#003311;
	
}

.main_left a
{
	color:white;
	text-decoration: none;
}

.main_right
{
	position:fixed;
	margin:50px 0 50px 250px;
	padding:15px 0 50px 20px;
 	width:100%;
	height:78%;
	overflow:auto;
}
.main_footer
{
	position:fixed;
	margin:0 0 0 250px;
	background:black;
	color:white;
	height:30px;
	padding:5px 0 0 30px;
	bottom:0;
 	width:100%;
}

.spam_otp
{
	margin:0 20px 0 20px;
	color:red;
}
