form {
	line-height: 1.1;
	margin: 0;
}
form ul {
	margin: 5px 0 5px 0;
	padding: 0;
}
form ul li {
	list-style: none;
}
fieldset {
	border: 1px solid #eaeaea;
	margin: 5px 0 15px 0;
	padding: 25px;
}
fieldset ul {
	margin: 0;
	padding: 0;
}
fieldset ul li {
	list-style: none;
}
label {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
legend {
	border: 0;
	padding: 0;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
button,
input,
select,
textarea {
	vertical-align: baseline;
 *vertical-align: middle;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 1.5em;
	text-decoration: none;
	border: none;
	position: relative;
	cursor: pointer;
	-webkit-transition: 250ms linear all;
	-moz-transition: 250ms linear all;
	transition: 250ms linear all;
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	border: 1px solid #c2c2c2;
	color: #6891c8;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	height: auto;
	box-shadow: none;
	background: none;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	color: #ff8484;
}
input,
input[type="text"],
input[type="password"],
textarea {
	font-size: 1rem;
	color: #333;
	padding: 10px 2%;
	margin: 10px auto;
	max-width: 96%;
	border: 1px solid #333;
}
.searchform-wrapper {
}
#searchform {
	width: 240px;
	position: relative;
}
#search-text {
	width: 100%;
	margin: 0;
	padding: 0 0 3px 0;
	border: none;
	border-bottom: 1px solid #333;
}
#search-button {
	color: #333;
	background: none;
	border: none;
	position: absolute;
	top: -2px;
	right: 0;
}
#search-button:hover {
	color: #999;
}
#gsc-i-id1 {
	font: normal 16px/1.6 sans-serif;
}
select {
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	clear: none;
}
input[type="file"] {
	padding: 5px;
	border: 1px solid #eaeaea;
}
textarea {
	min-height: 100px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
#searchform {
	margin: 20px auto;
}
}
