@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000000 url(../images/bg_body.jpg) no-repeat center -4%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: underline;
}

#container {
	font-size: .7em;
	width: 300px;
	height: 200px;
	overflow: auto;
	position: absolute;
	top: 20%;
	left: 50%;
	margin: -95px 0 0 -155px;
}

#error {
	text-align: center;
	height: 60px;
}

label {
	float: left;
	clear: left;
	margin: 4px 0 6px 0;
	text-transform: uppercase;
	font-weight: bold;
}

input {
	float: right;
	clear: right;
	width: 205px;
	margin: 0 0 4px 0;
	background: #612d10;
	border: 1px solid #a9592b;
	color: #fff;
}

#login {
	background: #a9592b;
	border: 1px solid #59280d;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 210px;
	padding: 5px 0 5px 0;
	cursor: pointer;
}

.strong {
	font-weight: bold;
}

.smalltext {
	font-size: .8em;
}