input#reset {
	background: #333333;
	border-bottom: #933D3E 1px solid;
	border-left: #933D3E 1px solid;
	border-right: #933D3E 1px solid;
	border-top: #933D3E 1px solid;
	color: #E5E5D9;
	font-size: 1.1em;
	margin-left: 50px;
	text-transform: uppercase;
	width: 5em;
}

input#submit {
	background: #333333;
	border-bottom: #933D3E 1px solid;
	border-left: #933D3E 1px solid;
	border-right: #933D3E 1px solid;
	border-top: #933D3E 1px solid;
	color: #E5E5D9;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 5em;
}
.input-box {
	background: #FFFFFF;
	border: #933D3E solid 1px;
	color: #933D3E;
	margin-bottom: 10px;
	width: 24.5em;
}

.wide {
	border-bottom: #933D3E 1px solid;
	border-left: #933D3E 1px solid;
	border-right: #933D3E 1px solid;
	border-top: #933D3E 1px solid;
	font: 1em Verdana,Arial,Helvetica,sans-serif;
	height: 8.5em;
	overflow: auto;
	width: 36.5em;
}
form {
	margin-left: -15px;
}
#pageform {
	border-bottom: 1px solid #933D3E;
	border-right: 1px solid #933D3E;
	border-top: 1px solid #933D3E;
	font-size: .7em;
	margin: 0 0 0 0;
	clear:left;
}
