@CHARSET "UTF-8";
body {
	background: #000000;
	font-size: 0.9em;
	color: #FFFFFF;
	font-family: ClarendonBold, Georgia, Times New Roman, Times, serif;
	margin: 10px 10px 0 10px;
}

h1, h2, div.divider strong, a {
	color: #FB4104;	
}

h1, h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
}

h1 {
	text-align: right;
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h1 span.date {
	font-size: 0.8em;
	color: #FFFFFF;
}

div.forms {
	border-top: 1px solid #FFFFFF;
	padding: 1em 0;
}

div.forms fieldset {
	border: none;
}

div.forms fieldset legend {
	display: none;
}

input, textarea {
	font-family: ClarendonBold, Georgia, Times New Roman, Times, serif;
}

input.submit {
	color: #FFFFFF;
	border: none;
	padding: 7px 0;
	width: 110px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(248,61,4)),
    color-stop(0, rgb(157,38,2))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(157,38,2),
		rgb(248,61,4)
	);
}

label {
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 20px;
	padding: 6px 0;
	clear: left;
	margin-bottom: 1em;
}

input.text, textarea {
	width: 325px;
	border: none;
	padding: 6px 5px;
	float: left;
	clear: right;
	margin-right: 75px;
	margin-bottom: 1em;
}

textarea {
	height: 110px;
}

div.divider {
	height: 3px;
	overflow: visible;
	background: #FFFFFF;
	text-align: center;
	margin: 1em 0;
}

div.divider strong {
	padding: 5px 10px;
	line-height: 0px;
	background: #000000;
	font-weight: normal;
	font-size: 1.1em;
}