.search-form form table tr td { padding: 0; }


.search-form table tr td:first-child input {
	width: 860px;
	padding: 8px 15px;
	font-family: lato;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #eaeaec;
	outline: none;
	font-size: 12pt;
}

.search-form table tr td:last-child { padding-left: 20px; }
.search-form table tr td:last-child input { 
	display: block;
	width: 100px;
	height: 37px;
	line-height: 33px;
	text-align: center;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff;
	background: #ff5a00;
	font-size: 11px;
	font-family: lato;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
