﻿body 
{
	 background:url(../Images/bglines.jpg);
	 background-size:100%;
}

.wrapper, .Forgotwrapper
{
	width:400px;
	height:auto;
	display:table;
	margin:0 auto;
	margin-top:100px; 
	border:1px solid #cccccc;
	border-radius:10px;
	font-family:Palatino Linotype;
	background:#f2f2f2;
}

.header
{
	width:400px;
	height:83px;
	border-radius:10px 10px 0px 0px;
	background:url(../Images/stu_login.jpg); border-bottom:5px solid #999999;
}
.forgotheader
{
	width:400px;
	height:83px;
	border-radius:10px 10px 0px 0px;
	background:url(../Images/forgot_pass.jpg); border-bottom:5px solid #999999;
	}
.username_div
{
	width:400px;
	height:50px;
	margin-top:20px;
	font-family:Palatino Linotype;
	font-size:20px;
}
.username, .password
{
	 width:120px;
	 height:40px;
	 text-align:right;
	 float:left;
	 padding-top:7px;
}
.input_user, .input_pass
{
	width:280px;
	 height:50px;
	 text-align:left;
	 float:left;
}
input[type=text], input[type=password]
{
	width:230px;
	height:30px;
	border-radius:3px;
	margin-left:30px;
	margin-top:5px;
	padding-left:10px;
	font-family:Palatino Linotype;
	font-size:17px;
	font-weight:bold;
	box-shadow: 0px 3px 3px #cccccc;
	border:1px solid #999999;
}
.password_div
{
	width:400px;
	height:50px; 
	font-family:Palatino Linotype;
	font-size:20px;
}
#forgot_pass
{
	width:400px;
	height:25px;
	text-align:right;
}
#forgot_pass a
{
	 margin-right:20px;
	 font-family:Palatino Linotype;
	font-size:14px;
	text-decoration:none;
	cursor:pointer;
}
#forgot_pass a:hover
{
	 margin-right:20px;
	 font-family:Palatino Linotype;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}
#submit
{
	width:400px;
	height:35px;
	text-align:right;
	padding-top:15px;
}
button[type=button]
{
 width:100px;
 height:25px;
 text-align:center;
 padding-top:5px;
 padding-bottom:5px;
 cursor:pointer;
 margin-right:40px;
 
}