/* 	
	D. E. Simmons
	Easy Dispatch, Inc.
	This page and its contents are the exclusive property of Easy Dispatch, Inc, and may not be used
	under any circumstances without the expressed written permission of Easy Dispatch, Inc.
*/

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

.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 { color: #000; font-size: 12px; margin:0 0 0 2px; padding:0 0 0 0; width:190px}
.txtTitle2 { color: #000; font-size: 12px; margin:5px 0 0 2px; padding:0 0 0 0; width:100px; float:left;}
.txtTitle3 { color: #000; font-size: 12px; margin:0px 0 0 2px; padding:0 0 0 0;}

.WelcomeBanner {

}

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

tr {
	border: 0px solid black;
}

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

.pickupBox {
	vertical-align: top;
	width:	49%;
}

.dropOffBox {
	vertical-align: top;
	width:	49%;
}

.dateTimeBox {
	vertical-align: top;
	width: 100%;
}

.custInfoBox {
	vertical-align: top;
	width: 100%;
}
.formTCell { width:33%;}
.commentsBox {
	vertical-align: top;
	width: 100%;
}

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

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

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

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

.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;
}
legend {
font-weight:bold; color: #666666;
}
.reqInfo { position:absolute; font-size:13px; color:#FF0000; margin:0 0 0 473px; padding:0; }

.formTCell input { margin:0 2px 2px 0; }
.pickupBox input { margin:0 2px 2px 0; }
.dropOffBox input { margin:0 2px 2px 0; }
