body {
	font-family:Arial, Helvetica, sans-serif;
	color: #6d6e71;
	font-size:13px;
	background-color: #fff;
}

.formText{
	font-family:Arial, Helvetica, sans-serif;
	/*color: #6d6e71;*/
	font-size:13px;
	padding-bottom:4px;
}


h1 {
	font-size:18px;
	font-weight:normal;
	color:#cd6d1c;
}

p {
	font-size:14px;
	color:#6d6e71;
	}

input, textarea{
	background-color:#f5e2d2;
	border:1px solid #cd6d1c;
	font-family:Arial, Helvetica, sans-serif;
	width:335px;
	margin-bottom:5px;
	color: #545d59;
	font-size:12px;
}

input.tall{
	height:25px;
	padding:5px 0 0 5px;
}

input.boxed{
	background-color:#cd6d1c;
	border:1px solid #cd6d1c;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	width:auto;
}

input.button{
	background-color:#cd6d1c;
	border:1px solid #cd6d1c;
	font-size:15px;
	color:#FFF;
	text-transform:uppercase;
	width:auto;
}



.tinyText{
	font-size:10px;
	margin-left:10px;
	
}

.content{
	width:555px;
	margin:auto;
}

td{
	color:#cd6d1c;
}
