body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}
input {
	border: 2px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
input:focus, textarea:focus{
	background-color: lightyellow;
	padding: 2px;
	border: 2px solid #FFCC33;
}
.submitbtn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #163786;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer;
	padding: 5px;
	width: 220px;
	background-image: url(../images/lp/LaneLP-Submit.jpg);
	height: 76px;
	font-size: 24px;
	text-transform: uppercase;
}
.submitbtn:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
.list li {
	background-image: url(../images/lp/LaneLP-li.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
	list-style-type: none;
}
.contact-form {
margin-bottom: 20px;
}
.contact-form p {
padding: 0;
margin: 0;
}
