/*reset Safari form fields*/
input, textarea, select { -webkit-appearance: none; border-radius: 0; -webkit-border-radius:0; }

input.searchtext {
	width: 39vw;
	height: 33px;
/*	vertical-align: top;
	background-color: #ffffff;
*/	font-size: 1.2em;
	text-align: left;
/*	border: 1px solid rgb(108, 108, 108);
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-appearance: none;*/
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
font-weight: normal;
font-size: 1em;
background-image: none;
border: 1px solid #bcc4cd;
height: auto;
padding: 0.42em 0.25em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
}
input.searchtext:hover,input.searchtext:focus  {
 border-color: #246FC7;   
}

/*input.searchtext:focus {
	outline:solid 2px #5b8cb2;
}*/
button.searchbutton {
	vertical-align: middle;
	border: none;
/*	border-right: 1px solid rgb(108, 108, 108);
	border-top: 1px solid rgb(108, 108, 108);
	border-bottom: 1px solid rgb(108, 108, 108);
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;*/
	background: transparent;
	/*padding: 7px 8px 8px 8px;*/
	margin: 0 10px 0 -32px;
	width:auto;
    height: auto; 
	cursor: pointer;
    /*border-radius:100%;*/
    border-radius: 3px;
    padding: 2px 4px;
    border: 1px solid #868e96;
    transition: background 0.15s 0s ease-in-out;
}
button.searchbutton:hover, button.searchbutton:focus {
	background-color: #f4f7fc;
}
.searchbutton img {
    width:12px;
    height:auto;
}
/*button.searchbutton:focus {
	outline:solid 2px #5b8cb2;
	}*/
p.advsearch {
	margin: 0 auto;
	vertical-align: bottom;
}
table.searchtable {
	padding: 0;
	border: 0px;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
tr.searchtable {
	padding: 0;
	border: 0px;
	margin: 0;
	white-space: nowrap;
}
tr.searchtable td {
	padding: 0 0.6em 0.4em 0;
}
form.searchform {
	display: inline;
}

@media only screen and (max-width : 150px) {
/* Styles */
tr.searchtable {
	white-space: normal;
}
tr.searchtable td {
	display: block;
}
tr.searchtable td {
	padding: 0 0.1em 0.1em 0;
}
}
