h1.logo {
	background:transparent url('/images/general/4schools_logo.png') no-repeat;
	height:75px;
	margin:20px 0;
	width:316px;
}

h1.logo span {
	display:none;
}

h2.login {
	background:transparent url('/images/headers/login/login.gif') no-repeat;
	height:29px;
	width:316px;
}

h2.reset_password {
	background:transparent url('/images/headers/login/resetpassword.gif') no-repeat;
	height:29px;
	width:316px;
}

h2 span {
	display:none;
}

h3.directions {
	color:#525252;
	font:normal normal bold 10px Arial, Helvetica, sans-serif;
	margin:8px 0;
}

h3.error {
	color:red;
	font:normal normal bold 10px Arial, Helvetica, sans-serif;
	margin:8px 0;
}

form {
	background:transparent url('/images/general/login_background.gif') repeat-y;
	padding:12px 24px 0px 22px;
	width:271px;
}

form a {
	color:#666666;
	font:normal normal bold 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

form input.text {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #666666;
	font:normal normal bold 14px Arial, Helvetica, sans-serif;
	height:16px;
	margin:5px 0px;
	padding:2px;
	width:264px;
}

form input.button {
	margin:9px 0 8px 0px;
}

form input.login {
	margin-left:95px;
}

form input.passwordreset {
	margin-left:40px;
}

#login_bottom{
	background:transparent url('/images/general/login_bottom.gif') no-repeat;
	height:15px;
	width:316px;
}

#login_bottom hr {
	display:none;
}


