body {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #999999;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/background-body.gif);
	background-repeat: repeat;
}

td, div {
	font-family: "Trebuchet MS";
	vertical-align: top;
	font-size: 14px;
	color: #333333;
}

#container {
	width: 612px;
	margin-right: auto;
	margin-left: auto;
}
.request-pickup-category {
	background-color: #FFFFFF;
}

#nav-container {
	background-image: url(images/background-nav.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 100%;
	text-align: center;
}
#nav-container img {
	margin-top: 19px;
	margin-right: 24px;
}
#sub-nav {
	height: 42px;
	width: 100%;

}
#logo {
	background-image: url(images/background-logo.gif);
	background-repeat: no-repeat;
	height: 174px;
}
#content {
	background-image: url(images/background-content.gif);
	background-repeat: repeat-y;
	width: 100%;
	padding-top: 16px;
}
#content-table {
	width: 564px;
}
#form-table {
}

#form-table td{
	text-align: right;	
}
#form-table th{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
	background-image: url(images/background-border.gif);
	background-repeat: repeat-x;
	padding-left: 0px;
}
.form-field {
	background-color: #E1E1E1;
	text-indent: 3px;
	border: 1px solid #666666;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	width: 250px;
}
/*same as above. memorize script also supports class="myclass memorize" though*/
.memorize {
	background-color: #E1E1E1;
	text-indent: 3px;
	border: 1px solid #666666;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	width: 250px;
}

.form-submit {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	background-color: #333333;
	border: 1px solid #333333;
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 180px;
	text-align: center;
}

.service {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#service-table img{
	margin-right: 8px;
	margin-left: 20px;
}
#service-table td{
	padding-bottom: 15px;
}
.service2 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#dhtmltooltip{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 3px;
background-color: #D7ECF7;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.request-pickup-category2 {
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
}
#form-table img {
	margin-right: 8px;
}
#form-box{
	height: 230px;
	width: 320px;
	border: 2px solid #F47C2A;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 103px;
	padding: 10px;
}

#form-box2 {
	height: 250px;
	width: 320px;
	border: 2px solid #4DA9D8;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 103px;
	margin-bottom: 103px;
	padding-right: 10px;
	padding-left: 10px;
}

