@CHARSET "UTF-8";
body {
	margin: 0px; 
	padding: 0px; 
	font: 102% Arial,Helvetica,sans-serif
}

#header {
	background: 45px center no-repeat #BDDEEF url('/images/php_logo.png'); 
	width: 100%; 
	height: 88px; 
	padding-left: 260px;
	font-size: 12px;
}

#header p {
	margin: 0px;
	padding: 10px;
	padding-left: 20px;
}

#header .text {
	height: 88px;	
}

#header .text {
	background-color: #EFEFFF;
}

#footer {
	height: 45px;
	background-color: #EFEFFF;
	text-align: center;
}

#footer a {
	color: #3187BE;
}

#workspace {
	text-align: center;
	vertical-align: center;
	background: center no-repeat url('/images/teacher/login/login.png');	
}

#form {
	height: 280px;	
	font-size: 90%;
}

#form .school {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 3px;
	width: 270px;
	font-size: 22px;
	color: darkblue;
}

.copyright {
	color:#666666;
	font-size:10px;
	font-weight:normal;
}

.label {
	color: #297BAD;
	font: bold 47px Georgia,"Times New Roman",Times,serif;
}