* {
	margin: 0;
	padding: 0;
	border-style: none;
}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial;
	text-align: left;
	color: #9aa0a3;
	background: #10171b;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content {
	margin: 0 3em;
	padding: 3em 0;
	border-bottom: solid 1px #2d373d;
}

.left {
	float: left;
	width: 20%;
}

.left h1 {
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: -1px;
	color: #dce4e8;
}

.left p {
	padding: 0 0 10px 0;
	font-size: 12px;
}

.right {
	float: right;
	padding: .3em 0 0 0;
	width: 70%;
}

fieldset {
	padding: 0 0 10px 0;
}

fieldset label {
	float: left;
	width: 100px;
	font-size: 12px;
}

fieldset input,
fieldset textarea {
	float: left;
	padding: 4px;
	width: 200px;
	font: 13px Arial;
	color: #ccc;
	background: #2f373b;
	border: solid 1px #454c50;
}

fieldset textarea {
	width: 360px;
	height: 120px;
}

.submit {
	padding: 0 0 0 100px;
	font-size: 14px;
}

.submit input {
	padding: 8px 12px;
	font: 13px Arial;
	color: #999;
	background: #040607;
}

dl {
	float: left;
	width: 30%;
	font-size: 12px;
}

dt {
	padding: 0 0 4px 0;
	font-weight: bold;
	color: #fff;
}

dd {
	padding: 0 0 4px 0;
}

.r2 dt {
	float: left;
	width: 40%;
}

.r2 dd {
	float: left;
	width: 60%;
}

.br:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.br {
	display: inline-block;
}

.br {
	display: block;
}

* html .br {
	height: 1px;
}