/*
* Author: Marvin Petker, BornToCreate GmbH
*/


#search-text,
#searchform select,
#searchsubmit{
	background-color:#4c5b48;
	padding:5px 8px;
	border:solid 1px #ceb773;
	color:#ceb773;
	font-size:1.2em;
}

#searchform select:hover,
#searchform input[type="submit"]:hover{
	cursor: pointer;
}

#searchsubmit{
	margin-left: 5px;
}
#searchform select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 10px;
	margin-right: 5px;

}

#d-searchform select::-ms-expand{
	display: none;
}

.check-wrapper{
	position: relative;
	top: 10px;
	float: left;
	margin-right: 15px;
	font-size: 1.4em;
	color: #ceb773;
}

.check-wrapper input{
	width: 15px;
	height: 15px;
}

.search #content{
	padding-top: 40px;
}