body {
	background-color: #000000;
	font: 11px Arial;
	line-height: 18px;
	color: #ffffff;
}
form {
	margin: 0;
	display: inline;
}
h1 {
	color: #ffea00;
	margin: 0;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	color: #ffffff;
	margin: 3px;
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}
br {
	line-height: 10px;
}
.Container {
	width: 748px;
	color: #ffffff;
	margin: auto;
}
.FloatRight {
	float: right;
}
.GreyBox {
	background-color: #414141;
}
.Padding {
	padding: 12px;
}
.FormContainer {
	float: left;
	width: 418px;
	height: 309px;
	background-image: url(../landing_img/bg.form.gif);
	background-repeat: no-repeat;
}
.InputField {
	width: 240px;
	height: 18px;
	background-image: url(../landing_img/bg.input.gif);
	background-repeat: no-repeat;
	border: 0px;
	padding: 5px 5px;
	font-size: 11pt;
}
.InputFieldRed {
	width: 240px;
	height: 18px;
	background-image: url(../landing_img/bg.input.red.gif);
	background-repeat: no-repeat;
	border: 0px;
	padding: 5px 5px;
	font-size: 11pt;
}
textarea
{
	font-size: 11pt;
	width: 390px;
}
a {
	color: #ffffff;
}

