body {
background: transparent url('http://cuttingedge.com/design/plain/images/ui/burl_bg.jpg') repeat scroll 0 0;
color:#663C14;
font: normal normal normal 1em/1.5em Arial, Helvetica, sans-serif;
}

#header {
	width:746px;
	padding:23px 0 0 10px;
	margin:0 auto;
	background: transparent url('http://cuttingedge.com/header_images/header_background.jpg') no-repeat scroll 0 0;
	height:72px;
	position:relative;
}

#kl_logo {
	display:block;
	background-image:url('http://cuttingedge.com/header_images/logo.gif');
	width:290px;
	height:46px;
	margin:0;
	position:relative;
}

#kl_logo span {
	display:none;
}

p.intro {
	text-align:center;
	font-weight:bold;
	font-size:larger;
}

#form, #success {
	width:736px;
	margin:0 auto;
	position:relative;
	padding:1px 10px 3px;
	background: transparent url('http://cuttingedge.com/design/plain/images/ui/content_bg.gif') repeat-y scroll 0 0;
}


#success h1 {
	margin-top:100px;
	margin-bottom:100px;
	text-align:center;
}

#footer {
	background: transparent url('http://cuttingedge.com/design/plain/images/ui/footer_bg.gif') no-repeat scroll center bottom;
	clear:both;
	font-size:x-small;
	height:19px;
	padding:3px 10px 2px;
	text-align:center;
	width:736px;
	left:-10px;
	top:5px;
	position:relative;
}

#footer pre {
	font: normal normal normal x-small Arial, sans-serif;
	margin:0;
}

#errors {
	border:1px solid #AA0000;
	background-color:#EFEFEF;
	color:#AA0000;
	margin:15px;
}

.cleaner {
	clear:both;
}

label {
	clear:left;
	float:left;
	width:45%;
	margin:5px;
	text-align:left;
	color:black;
	margin-left:15px;
}
input {
	float:left;
	width:45%;
	margin:5px;
	height:1.5em;
}

div.error, div.container {
	margin:10px;
	clear:left;
	float:left;
	width:95%;
}

div.error {
	border:1px solid #AA0000;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

.hidden {
	display:none;
}

input.txt, input.error {
	border:1px solid #663C14;
	padding:3px;
}

.error {
	background-color:#FFBABA;
}


select {
	border:1px solid #663C14;
	height:2em;
	float:left;
	width:45%;
	margin:5px;
}

input.checkbox {
	clear:left;
	margin-left:5%;
	margin-top:.7em;
	width:25px;
}
p.submit_container {
	float:left;
	width:100%;
	text-align:center;
}
input.submit {
	clear:both;
	float:none;
	margin:0 auto;
	width:150px;
	height:2em;
}
label.checkbox_label {
	clear:none;
	width:auto;
}
p.email_disclaimer {
	clear:left;
	float:left;
	width:100%;
	font-weight:bold;
	text-align:center;
}
