@CHARSET "ISO-8859-1";

#content {
	background: #CDAE00;
	padding: 50px;
	text-align: center;
}

#content div {
	text-align: center;
}

form {
	display: inline-block;
  background: #CDAE00;
  width: 350px;
  text-align: center;
}

form label {
	display: block;
}

div.Error {
	padding: 5px;
	background: #EB880E;
	color: red;
	width: 350px;
	margin: 0px auto;
}


#username, #password {
	width: 200px;
	font-size: 14px;
	font-family: Arial;
	padding: 2px;
}

form button {
	padding: 2px 5px;
}





