body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	color: #fff;
	background-color: #333;
	padding: 25px;
}
a {
	color: #999;
	background-color: inherit;
}
a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}
#main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	text-align: right;
	border-bottom: 2px solid #fff;
}
h1 {
	font-size: 3em;
	line-height:1.5;
	margin-bottom:.5em;
}
h2 {
	font-size: 1.5em;
	line-height:1;
	border-bottom:1px solid #444;
}
p {
	line-height:1.5;
	margin:.75em 0 2em 0;
	color:#ccc;
}
div.error {
	color: #A35D5D;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 36px;
}
#contactForm {
	float:left;
	width:100%;
}
#contactForm ul {
	float:left;
	width:100%;
	border-bottom:1px solid #444;
	padding:0.5em 0;
}
#contactForm li {
	float:left;
	width:100%;
	padding:.5em 0;
}
#contactForm label {
	float:left;
	width:100px;
	height:24px;
	line-height:24px;
	text-align:right;
	padding-right:10px;
	color:#ccc;
}
#contactForm div {
	float:left;
	width:400px;
}
#contactForm input,
#contactForm textarea {
	width:392px;
	height:20px;
	line-height:1.5;
	padding:3px;
	border:1px solid #999;
	color:#fff;
	background-color:#666;
	font-weight:bold;
}
#contactForm input:focus,
#contactForm textarea:focus {
	color: #fff;
	border-color: #fff;
	background-color: #999;
}
#contactForm .form-error input,
#contactForm .form-error textarea {
	background-color:#A35D5D;
	border:1px solid #F4B3B3;
}
#contactForm textarea {
	height:200px;
}
#contactForm p {
	float:left;
	width:400px;
	margin-bottom:0;
}
#contactForm .form-error p {
	color:#A35D5D;
}
#contactForm .hp-required {
	display: none;
}
#contactForm .input {
	float: left;
	width: 250px;
}
#contactForm .control .button {
	border: 1px solid #E6E7E8;
	background-color: #E6E7E8;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -o-linear-gradient(top, #E6E7E8, #939598);
	background-image: -ms-linear-gradient(top, #E6E7E8, #939598);
	background-image: -moz-linear-gradient(top, #E6E7E8, #939598);
	background-image: -khtml-linear-gradient(top, #E6E7E8, #939598);
	background-image: -webkit-linear-gradient(top, #E6E7E8, #939598);
	background-image: linear-gradient(top, #E6E7E8, #939598);
	-o-box-shadow: 0 0 3px #D1D3D4;
	-ms-box-shadow: 0 0 3px #D1D3D4;
	-moz-box-shadow: 0 0 3px #D1D3D4;
	-khtml-box-shadow: 0 0 3px #D1D3D4;
	-webkit-box-shadow: 0 0 3px #D1D3D4;
	box-shadow: 0 0 3px #D1D3D4;
	cursor:pointer;
	color:#333;
	float:left
	font-weight:bold;
	margin-left:110px;
	height:36px;
	line-height:36px;
	padding: 0;
	text-align: center;
	width:120px;
}
#contactForm .control .button:focus {
	box-shadow: 0 0 10px #fff;
}
#foot {
	float:left;
	width:776px;
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	text-align:right;
	font-size:1em;
	color:#999;
	background-color: nherit;
	border-top:2px solid #fff;
}
#foot a {
	color: #999;
	background-color: inherit;
}
#foot a:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}
