* {
	margin: 0;
	padding: 0;
}

body {
	background: #f2f6f8;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	line-height: 1.35;
	color: #000;
	text-align: center;
}

#container {
	position: relative;
	background: #fff url('img/header.png') repeat-x top;
	width: 780px;
	margin: 75px auto 30px auto;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

#header {
	background: url('img/dfence2.png') no-repeat 25px 50%;
	height: 70px;
}

#content {
	padding: 30px;
	overflow: hidden;
}

#login {
	position: relative;
	width: 30%;
	float: left;
}

#welcome {
	width: 60%;
	float: right;
	padding-left: 5%;
	border-left: 1px dotted #ddd;
}

h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	color: #777;
	margin-bottom: 10px;
}

label {
	display: block;
	margin: 0 0 0 0;
	line-height: 24px;
}

input {
	border: 1px solid #8f9a9f;
	padding: 4px;
	font-size: 14px;
	margin: 0 0 4px 0;
	width: 95%;
}

input[type=submit] {
	float: left;
	clear: both;
	margin-top: 2px;
	background: url('img/button.png') repeat-x;
	border: 0;
	color: #fff;
	cursor: pointer;
	font: normal 14px arial, sans-serif;
	padding: 6px 10px 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
}

a {
	color: #089fe1;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #00b1ff;
	text-decoration: underline;
}

p.error {
	background: #f94d2b;
	padding: 4px 8px;
	margin: 7px -1px;
	color: #fff;
}

p.footer {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	color: #777;
	text-align: center;
}

p.footer span {
	margin: 0 5px;
}

form {
	width: 100%;
	position: absolute;
}

form.forgot {	
	display: none;
}

hr {
	background: #eee;
	margin: 20px 0 20px 0;
	height: 1px;
	border: 0;
}