#searchform input, #searchform select {
	width: 100%;
	line-height: 26px;
	height: 30px;
	padding-left: 5px;
}
#searchform input.button {
	line-height: 18px;
}
#searchform > div {
	padding: 0;
	margin-bottom: 5px;
}
#searchform .row > div {
	padding: 0;
	margin-bottom: 10px;
}
#searchform .checkboxes {
	text-align: center;
	height: 20px;
	margin: 5px 0 0;
}
#searchform .container-input {
	font-size: 14px;
	padding-left: 22px;
	width: auto;
	display: inline;
}

@media (min-width: 768px){
    #searchform input.button {
		height: 72px;
	}
	#searchform input, #searchform select {
		width: 97%;
	}
}