body {
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
}
/*Style for field's label text*/
label.requestlabel {
	float: left;
	width: 160px;
	text-align: right;
}
input.submit {
	margin-left: 4.5em;
}
div.request {
	text-align: left;
	width: 400px;
	margin: 0px auto;
}
div.requestrow {
	clear: both;
}

span.requestfield {
  float: right;
  width: 200px;
  text-align: left;
  }
input.request {
	margin-left: 0em;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*Style for field's label texton required fields*/
.reqrequired {
	font-weight: bold;
	color: #000000;
}

/*style for the 'required' text following the field label*/
.reqrequired2 {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
}
/*style for the error message at the top of the form*/
.reqerrormsg {
	font-weight: bold;
	color: #FF0000;
	font-size: .8em;
	padding-bottom: 16px;
}
div.center {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}
div.testimonial {
	background-color: #FFFFCC;
	border: 2px solid #666666;
	margin: auto;
	padding: 15px;
	width: 75%;
	text-align: left;
	font-family: "Courier New", Courier, mono;
}
.testimonialtitle {
	font-size: 18px;
	text-align:center;
	display:block;
	margin-bottom:12px;
}
.testimonialbody {
	font-size: 18px;
	display:block;
	margin-bottom:12px;
}
.testimonialbyline {
	font-size: 18px;
	font-style: italic;
	text-align:right;
	display:block;

}
.yellowhighlight {
	background-color: #FFFF00;
}
.Caps {
	text-transform: capitalize;
}
.tanhighlight {
	background-color: #FCDB58;;
}
.disclaim {
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
}
.header {
	padding: 0px;
	text-align: center;
	vertical-align: top;
}