﻿/* SEARCH */
#searchdiv {
	position: relative;
	width: 100%;
	height: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid grey;
	float: left;
}

#searchbox {
	background: linear-gradient(to bottom, rgb(80, 80, 80) 0%, rgb(32, 32, 32) 125%);
	position: relative;
	height: 30px;
	margin-right: 10px;
	border: 1px solid grey;
	border-radius: 50px;
	float: left;
}

#searchi {
	background: none;
	color: white;
	width: 190px;
	height: 28px;
	line-height: 10px;
	padding: 0 10px 0 20px;
	border: none;
	position: relative;
	font-weight: bold;
	float: left;
}

	#searchi::-webkit-input-placeholder {
		color: grey;
	}

	#searchi::-moz-placeholder {
		color: grey;
	}

#openresbutton {
	background: url(../img/search.png);
	background-size: 20px 20px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: none;
	position: relative;
	float: left;
}

#rescounter {
	background: linear-gradient(to bottom, rgb(80, 80, 80) 0%, rgb(32, 32, 32) 125%);
	color: white;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 1px solid grey;
	border-radius: 50px;
	position: relative;
	text-align: center;
	font-weight: bold;
	float: left;
	font-family: Arial;
}
