@CHARSET "UTF-8";

#main {
	height: 460px;
	
	background-image: url("../images/book/happyStudents.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	
	margin: 20px 0px 10px 0px;
}

#loginPanel {
	width: 500px;
	margin: 190px auto 0px auto;
	color: black;
}

#loginPanel {
	text-align: center;
	font-weight: bold;	
}

#loginPanel form table{
	margin-left: auto;
	margin-right: auto;
}
h3 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;	
}

.label {
	text-align: right;
}

.input {
	text-align: left;	
}

.buttons {
	text-align: center;
	padding-top: 10px;
}