body {
	background: url(images/GreenBack.jpg) fixed repeat-y;
	font-family: arial;
}

.EDLogo {
	width: 380px;
	height: 97px;
}

span.required {
	font-family: verdana, arial;
	font-size: 8pt;
	color: red;
}

p.ErrorText{
	font-family: verdana, arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #029C02;
}

p.ErrorEmphasis {
	font-family: verdana, arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #029C02;
}

span.ErrorBig {
	font-size: larger;
}

p.ErrorDetail {
	font-family: "andale mono", courier;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

span.ErrorDetailTitle {
	font-weight: bold;
}

p.success {
	font-family: verdana, arial;
	font-size: 12pt;
}

.txtTitle {
	
}

.WelcomeBanner {color: 339900;
}

.mainTable {
	border: 0px solid black;
	width: 500px;
}

tr {
	border: 0px solid black;
}

table {
	margin: 0px;
	padding: 0px;
}

.pickupBox {
	vertical-align: top;
	width:	200px;
}

.dropOffBox {
	vertical-align: top;
	width:	195px;
}

.dateTimeBox {
	vertical-align: top;
	width:	400px;
}

.custInfoBox {
	vertical-align: top;
	width:	400px;
}

.commentsBox {
	vertical-align: top;
	width:	400px;
}

.billingBox {
	vertical-align: top;
	width:	400px;
}

.buttonsBox {
	vertical-align: top;
	width: 200px;
}

.submitBox {
	vertical-align: top;
	text-align: right;
	width: 200px;
}

.resetBox {
	vertical-align: top;
	text-align: left;
	width: 190px;
}

.FSetCell {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid aaaaaa;
}

#taFeedback {
	background-color: rgb(245, 245, 245);
	border-style: hidden;
	font-family: arial;
}