#login{
	
	position: absolute;
    width: 500px;
    height: 294px;
	top: 50%;
	left: 50%;
	margin-top: -147px;
	margin-left: -250px;
}

#header{
	background-color: #5285ba;
	background-coor: #e77200;
	padding: 8px;
	font-size: 30px;
	font-family: Verdana;
	color: #ffffff
}

#content_left{
	background-color: #696969;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	font-size: 22px;
	font-family: Verdana;
	color: #e8e8e8;
}

#content_right{
	background-color: #e8e8e8;
	padding: 8px;
	font-family: Verdana;
}

#footer{
	background-color: #e8e8e8;
	height: 60px;
	padding: 0px;
	font-size: 50px;
	font-family: Verdana;
	border: 1px solid #696969;
}

#input{
	width: 240px;
	height: 40px;
	font-size: 20px;
	border: 0px solid;
	border-bottom: 3px dotted #696969;
	padding-left: 20px;
	background-color: #e8e8e8;
	color: #696969;
}

#input_fail{
	width: 240px;
	height: 40px;
	font-size: 20px;
	color: #ff0000;
	border: 0px solid;
	border-bottom: 3px dotted #ff0000;
	padding-left: 20px;
	background-color: #e8e8e8;
}

#button{
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 30px;
	background-color: #ffffff;
	background-image: url('../images/button_e8.jpg');
	border: 0px solid;
	color: #696969;
}

#failed_input{
	color: #ff0000;
	font-style: italic;	
}