body {
	background: BLACK url(../images/body_bg.jpg) top center no-repeat;
	font: normal 12px 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	color: WHITE;
	margin: 0px;
	padding: 40px 0 0 620px;
	text-align: left;
	}

a {
	color: #FF6600;
	}
	
h1 {
	background: #FF6600;
	width: 290px;
	font-size: 2.2em;
	padding: 10px;
	}	
	
p {
	width: 450px;
	line-height: 2.2em;
	}	

#quoteform {
	margin: 45px 0 30px 0;
	padding-bottom: 25px;
	}
	
label {
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
	text-align: right;
	}	
	
input {
	font-family: "Courier New", Courier, monospace;
	color: WHITE;
	float: left;
	margin-bottom: 20px;
	background: none;
	border: none;
	border-bottom: 1px solid WHITE;
	}	
	
textarea {
	background: none;
	color: WHITE;
	}	

#button {
	font-family: "Courier New", Courier, monospace;
	float: left;
	border: none;
	background: #FF6600;
	margin-bottom: 20px;
	width: 80px;
	margin: 10px 0 0 210px;
	}
