body{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	background: #174A7C;
	color: #FFF;
}
img {
	border: 0;
}
div#front {
	width: 500px;
	margin: auto;
	margin-top: 250px;
	text-align: center;
}
div#front form {
	width: 240px;
	margin: auto;
	text-align: left;
}
div#front label {
	float: left;
	width: 80px;
	font-weight: bold;
	padding-top: 3px;
}
div#front input {
	border: 0;
	background: white;
	margin-bottom: 6px;	
}
div#front input.submit {
	font-weight: bold;
	background: #00BBDF;
	color: white;
	border: 0;
	padding: 4px;
}
div#error {
	font-weight: bold;
	color: #F99;
}
