body {
	background: #b5eeae;
	color: #000000;
}

input {
	background: #ffffff;
	color: #000000;
}

#Location {
	display: none;
}

.content {
	position: relative;
	float: left;
	clear: left;
	padding: 0px 0px 30px 30px;
}

.tools div {
	margin: 0px 0px 65px 0px;
}

.tools .search form {
	margin-top: 17px;
}

html>body .tools .search form {
	margin-top: 10px;
}

.tools .search p {
	margin-top: 5px;
	vertical-align: top;
}

.tools .search label {
	display: block;
	position: relative;
	float: left;
	width: 125px;
}

.content .left, .content .right {
	position: relative;
	float: left;
	width: 300px;
}

.content .left {
	margin: 0px 60px 0px 0px;
}

