
#search {
	width: 100%;
	margin-bottom: .5em;
}

input[type=search] {
	font-family: 'Oxygen';
	box-sizing: border-box;
	background: white;
	border: 1px solid #9397A3;
	padding: 3px;
	-o-transition: all .2s;
}

#search input[type=search] {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	margin:right: 0;
	display: inline-block;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	width: 140px;
	height: 25px;

	/*height: 35px;
	background: -o-linear-gradient(top, #eee 0px, #fff 100%) transparent;
	box-shadow: inset 0 0 3px #aaa;*/

}

#search input[type=search]:hover, #search input[type=search]:focus {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#search div.submit-button {
	margin-left; 0;
	width: 15%;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-left: -5px;
	font-size: 1em;

	line-height: 1.5em;

	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: 0;
	vertical-align: top;


	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ddd;
	color: #333;
	text-shadow: 0 1px 0 #999;
	text-align: center;

	background: -o-linear-gradient(top, #FEFEFE 0px, #e0e0e0 100%) transparent;
	background: linear-gradient(top, #FEFEFE 0px, #e0e0e0 100%) transparent;
}

#search div.submit-button:hover {
	background: #eee;
}
#search div.submit-button:active {
	background: #888;
	line-height: 1.6em;
}