@font-face {
	font-family: 'Aubepine';
	src: url('fonts/CenturyGothicRegular.eot?') format('eot'),
		url('fonts/CenturyGothicRegular.ttf') format('truetype'),
		url('fonts/CenturyGothicRegular.woff') format('woff'),
		url('fonts/CenturyGothicRegular.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, select {
	font-family: Aubepine;
	font-size: 16px;
	color: #5e5442;
}

select {
	font-size: 15px;
}

#loginTable {
	/*margin-top: auto set by js*/
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	padding: 30px;
	padding-top: 20px;
	border: 1px solid #AAA;
	background-color: #e1dd91;
	box-shadow: 4px 4px 10px #888;
}
#title {
	width: 100%;
	text-align: center;
	font-size: 24px;
}
#title span:first-child {
	font-size: 36px;
}
#message {
	width: 100%;
	color: green;
	text-align: center;
	height: 80px;
}
#message.error {
	color: red;
}
#pass {
}
#mail {
	display: none;
}
.label {
	width: 50%;
	text-align: right;
}
.controls {
	text-align: center;
	padding-top: 20px;
}