html,body {
	background: url(images/subbg.jpg) repeat-x #efefef;
}

#wrapper {
	background: transparent;
}

legend {
	font-size: 18px;
	color: #3889ab;
	padding: 4px;
	padding-bottom: 10px;
}

fieldset {
	border: 1px solid #d2d2d2;
	padding: 3px 24px 24px 24px;
	width: 519px;
	line-height: 188%;
	margin-bottom: 76px;
}

#right {
	padding-top: 10px;
}

#features {
	background: url(images/featuresof.jpg) no-repeat top left;
	margin-bottom: 98px;
}

.line {
	background-color: #d7d7d7;
}

#truck,#pencil,#movie {
	width: 54px;
	height: 54px;
	float: left;
	margin-right: 20px;
}

#truck { background: url(images/truck.jpg) no-repeat center center; }
#pencil { background: url(images/penpencil.jpg) no-repeat center center; }
#movie { background: url(images/video.jpg) no-repeat center center; }

.h3 {
	font-weight: bold;
	color: #1f1f1f;
	margin-bottom: -5px;
}

#testimonials {
	background: url(images/testimonialsub.jpg) no-repeat top left;
}

#info {
	float:left;
	width: 100%;
	margin-left: 15px;
	padding: 0px;
}

#user,#password {
	font-size: 10px;
	color: white;
	float: left;
	width: 139px;
}
#password {
	width: auto;
}

#client {
	width: 334px;
	height: auto;
}

#client input {
	width:136px;
	height: 25px;
	background: url(images/loginfield.jpg) no-repeat top left;
	border: 0px solid black;
}

#client input.check, #client input.sub {
	width: auto;
	height: auto;
	background: transparent;
	border: 0px solid black;
	position: normal;
	top: 0px;
}

#client input.sub {
	background: url(images/submit.jpg) no-repeat top left;
	width: 25px;
	height: 25px;
	top: 4px;
	position: relative;
}