body {
	background-color: #373C34;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Trebuchet, Arial;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
}

#login {
	background-image: url(/img/app.labore/login_background.gif);
	background-repeat: no-repeat;
	margin: auto;
	width: 480px;
	height: 357px;
	padding-top: 40px;
}

#inner {
	width: 260px;
	background-color: #FFFFFF;
	padding: 10px 20px;
	margin: auto;
}

.line {
	width: 300px;
	height: 5px;
	border-bottom: 1px solid #79A128;
	background-color: #99CC33;
	margin: auto;	
}

label {
	display: block;
}

input {
	border: 1px solid #CED2BF;
	background-color: #E9F1DA;
	height: 18px;
	padding: 5px;
	line-height: 18px;
	width: 247px;
}

button {
	background-image: url(/img/app.labore/button_background.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 60px;
	height: 28px;
	font-size: 11px;
	border: 0;	
	margin-left: 5px;
}

.message {
	text-align: center;
	color: #990000;
	font-size: 10px;
}

/***********
 * ERRORS
 **********/
input.error {
	border: 1px solid #FF6600;
}

label.error {
	color: #FF0000;
	font-size: 10px;
	font-style: italic;
}