/* =FORMS
----------------------------------------------- */
.txt {
	color: #444;
	font-size: 12px;
	font-weight: bold;
}
.text-wrap.label-above label, .textarea-wrap.label-above label{
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 80%;
	margin: 0 20px 0px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input, textarea {
	-webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"] {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 80%;
	margin: 0 20px 0px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
 input[type="password"], textarea {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 95%;
	margin: 0 0px 30px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="email"]
{
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 33%;
	margin: 0 20px 30px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
 input[type="tel"]{
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 25%;
	margin: 0 20px 30px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 60%;
	padding: 4px 54px 4px 10px;
	height: 36px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}
.organo-button, input[type="reset"], input[type="button"], input[type="submit"], button {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #d55521;
	border: 0px;
	transition: background-color 0.3s linear 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
}
#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}
.organo-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #AE4B30;
}