html, body, h1, h2 {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 90px;
	padding-left: 50px;
	padding-bottom: 50px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #a9a9aa;
	background: #131317 url(bg.jpg) 0px 0px no-repeat;
}

h1, h2 {
	color: #fff;
	letter-spacing: -1px;
	font-weight: normal;
}

h1 {
	font-size: 74px;
	font-weight: normal;
	letter-spacing: -2px;
	display: block;
	height: 65px;
	margin-top: -40px;
}

h2 {
	font-size: 24px;
	margin-left: 4px;
	padding-bottom: 50px;
}

form {
	padding-top: 15px;
}

input, textarea {
	font-size: 18px;
}

#content {
	width: 870px;
	font-size: 18px;
	letter-spacing: normal;
	color: #a9a9aa;
	line-height: normal;
}

#content p {
	padding: 10px 0 10px 0;
}

#content form p {
	padding: 0;
	text-align: right;
}

#error {
	color: #f00;
	margin-bottom: 15px;
	text-align: right;
}

#success {
	color: #030;
	margin-bottom: 15px;
	text-align: right;
}

#right {
	text-align: right;
}
