html {
	font-family: sans-serif;
    color: #222;
    font-size: 0.9em;
    line-height: 1.4em;
}
p {
	margin: 0.2em 0;
}
input[type="text"] {
    width: 210px;
	position: absolute;
	left: 70px;
}
form {
    margin-bottom: 0em;
}
.formSearchButton {
    font-size: 1em;
	margin-top: 5px;
}