body {
	background-color: #cce5f3;
}

#container {
	position: absolute;
	z-index: 2;
	height: 205px;
	margin-top: 100px;
	left: 50%;
	margin-left: -214px;
	width: 428px;
}

#formheader {
	background-image: url(/assets/images/login/login_form_top.png);
	background-repeat: no-repeat;
	width: 428px;
	height: 11px;
}

#form {
	background-image: url(/assets/images/login/login_form_middel.png);
	background-repeat: repeat-y;
	width: 428px;
	height: 182px;
	padding: 3px 20px 20px 20px;
}

#title {
	padding: 0;
}

hr {
	position: relative;
	left: -25px;
	top: -10px;
	width: 380px;
	border: 0;
	background-color: #85acc9;
	height: 1px;	
}

#formfooter {
	background-image: url(/assets/images/login/login_form_bottom.png);
	background-repeat: no-repeat;
	width: 428px;
	height: 11px;
}

#footerImage {

	bottom: 0;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: 300px;
}

label {
	clear: both;
	float: left;
	margin: 5px;
	width: 150px;
}

.inputtext {
	float: left;
	background-color: #e4f3fb;
	vertical-align: middle;
	border: 1px solid #88bfdb;
	margin: 5px;
	padding: 2px;
	width: 211px;
	height: 24px;
}

.inputbutton {
	float: right;
	padding-right: 45px;
}