body {
	background: black;
}

input {
	display:block;
	width:290px;
	height: 25px;
	margin:10px 0;
	border: 1px solid blue;
}

button {
	background:green;
	border:1px solid green;
	width:70px;
	height:30px;
	padding: 0px;
	margin: 10px;
	color:#ffffff;
}


#login_i a {
	color: yellow;
	text-decoration: none;
}

#login_i table {
	color: white;
	text-align: center;
}

#login_i table input {
	width: 145px;
	height: 25px;
}

#login form {
	background: black;
	border: 0px;
}

#login_f {
	position: absolute;
	top: 80px;
	height: 150px;
	width: 150px;
	left: 45px;
}

#login_cookie {
	position: absolute;
	bottom: -400px;
	height: 100px;
	width: 600px;
	left: -200px;
	color: #282E33;
	/*color: #3B444B;*/
}
#login_cookie:hover {
	color: yellow;
}

/*#footer {
	position: absolute;
	bottom: -425px;
	height: 25px;
	width: 1000px;
	left: -400px;
	color: gray;
	font-size: 8;
	text-align: center;
}*/

#footer {
	position: fixed;
	bottom: 10px;
	text-align: center;
	color: gray;
	font-size: 14px;
	width: 99%;
	}

#footer a {
	text-decoration: none;
	color: gray;
	}

#footer:hover {
	color: yellow;
	}

#security {
	text-align: center;
	position: absolute;
	bottom: -100px;
	height: 50px;
	width: 620px;
	left: -200px;

}
