body {
	font-family:Arial;
	background-color: #e8e8e8;
	background-image: url('../images/menu-background.png');
}
#login_form {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -125px;
	width: 400px;
	height: 270px;
	border: 1px solid #c1c1c1;
	border-radius: 6px;
}
#login_form_head {
	background-image: url('../images/header_background.png');
	height: 60px;
	border-radius: 6px 6px 0px 0px;
}
.login_logo_image {
	position: relative;
	top: 6px;
	left: 30px;
}
.login_logo_title {
	position: relative;
	left: 50px;
	top: -20px;
	color: #c1c1c1;
}
.login_logo_subtitle {
	position: relative;
	left: -65px;
	top: 0px;
	color: #ffffff;
}
#login_form_content {
	height: 210px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 0px 0px 6px 6px;
}
.login_line {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 5px;
	background-color: #167bf8;
}
.login_input_text {
	font-size: 20px;
	color: #5e5e5e;
}
.login_input_field {
	padding: 2px;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #5e5e5e;
	border-radius: 5px;
}
.login_submit_button {
	padding: 3px 15px 3px 15px;
	font-size: 16px;
	color: #c1c1c1;
	background-color: #303030;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}