* {
	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: 500px;
	margin: 100px 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/dfence.png') no-repeat 25px 50%;
	height: 70px;
}

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

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

form {
	overflow: hidden;
}

label {
	width: 110px;
	float: left;
	clear: both;
	line-height: 26px;
}

input {
	float: left;
	border: 1px solid #8f9a9f;
	padding: 4px;
	font-size: 14px;
	margin: 0 0 5px 0;
	width: 200px;
}

input[type=submit] {
	clear: both;
	margin: 5px 0 0 110px;
	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;
}

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

p.error {
	background: #f94d2b;
	padding: 5px 10px;
	margin: 10px -10px;
	color: #fff;
}

hr {
	clear: both;
	background: #eee;
	border: 0;
	height: 2px;
	margin: 10px 0;
}
