@import url("reset.css");

body {
	background: url(/images/body.png);
	color: #333;
	font: 12px Tahoma, Arial, Sans-serif;
	line-height: 17px;
	padding-top: 20px;
}

a {
	border-bottom: 1px solid #d7e1e9;
	color: #6385a1;
	text-decoration: none;
}

a.img {
	border: 0;
}

h4, h5 {
	color: #7c7972;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	color: #a3a198;
}

p {
	padding: 15px 0;
}

fieldset {
	padding: 15px 0;
}

label {
	display: block;
	line-height: 25px;
}

input, button {
	font-size: 12px;
	margin: 0;
	padding: 10px 5px;
}

input {
	background: #f7f6f2;
	border: 1px solid #e2e0d8;
	color: #7c7972;
}

button {
	background: none;
	border: 0;
	border-bottom: 1px solid #d7e1e9;
	color: #6385a1;
	cursor: pointer;
	font-weight: bold;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#body {
	background: url(/images/hash-body.png) no-repeat;
	margin: 0 auto;
	padding-top: 5px;
	width: 950px;
}

#content {
	background: url(/images/hash-content.png) repeat-y;
	padding: 25px 0;
}

div.content {
	padding: 25px 50px;
}

#summary {
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}

#summary h1, h2, h3 {
	display: inline;
}

#summary h1 {
	color: #a3a198;
	font-size: 18px;
}

#summary h2 {
	color: #eb9668;
	font-size: 20px;
}

#summary h3 {
	color: #7aaa1b;
	font-size: 21px;
}

div.left-column {
	float: left;
	width: 500px;
	padding: 15px 0;
}

div.right-column {
	border-left: 1px solid #e9e7e3;
	float: right;
	padding: 15px 0 15px 25px;
}

div.box {
	overflow: hidden;
}

div.success.box, div.error.box {
	font-weight: bold;
	line-height: 30px;
}

div.success.box {
	color: #7aaa1b;
}

#imprint table {
	width: 500px;
}

#imprint td {
	padding: 5px 0;
}

#team p {
	line-height: 19px;
	padding: 15px 0 0;
}

#footer {
	background: url(/images/hash-footer.png) no-repeat top;
	color: #a3a198;
	font-size: 12px;
	padding: 10px 25px 0;
}

.right-align {
	text-align: right;
}
