@charset "utf-8";
/* avinash_boot@hotmail.com */

*{
	margin:0px;
	padding:0px;
	overflow:hidden;
}
body{
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 856px;
	width: 1280px;
}
.main{
	width: 649px;
	margin:auto;
	margin-top:140px;
}
.border_start{
	background-image: url(../images/left_start.png);
	background-repeat: no-repeat;
	float: left;
	height: 328px;
	width: 25px;
}
.border_bg{
	background-image: url(../images/bg_login.png);
	background-repeat: repeat-x;
	height: 328px;
	width: 598px;
	float:left;
}
.border_end{
	background-image: url(../images/right_end.png);
	background-repeat: no-repeat;
	float: left;
	height: 328px;
	width: 25px;
}
.main_form_area{
	width: 621px;
}
.first_portion{
	float: left;
	width: 351px;
	margin-top:30px;
	margin-left:10px;
}
.second_portion{
	float: right;
	width: 257px;
	margin-top:79px;
}
.student_forum{
	background-image: url(../images/studentforum.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
}
.login_form{
	margin-top:10px;
}
.secure{
	background-image: url(../images/securepage.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 231px;
}
.form{
	background-color: #FFFF75;
}
.notregistered{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-top:30px;
}
