.registration-form {
	width: 100%;
}
.registration-form input[type="text"] {
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	font-size: 1.0rem;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04rem;
	color: #666666;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
}
.registration-form input[type="password"] {
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	font-size: 1.0rem;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04rem;
	color: #666666;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
}
.registration-form input[type="submit"] {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 42px;
	height: 46px;
	font-size: 1.2rem;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04rem;
	text-align: center;
	border-width: 0px !important;
	cursor: pointer;
	background-color: #698973;
	color: #FFFFFF;
	border-radius: 3px;
	-webkit-appearance: none; /* for iphone safari*/
	-moz-appearance: none; /* for iphone safari*/
}
.registration-form select {
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	font-size: 1.0rem;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04rem;
	color: #666666;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
}
.registration-form label {
	font-size: 1.0rem;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.04rem;
	color: #666666;
	float: left;
	width: auto;
	padding-right: 20px;
}
.registration-form label a {
	color: #698973;
	text-decoration: none;
}
.registration-form a:hover {
	text-decoration: underline;
}
.registration-form input[type="checkbox"] {
	float: left;
	margin-top: 6px;
	margin-bottom: 20px;
}
.g-recaptcha {
	margin-bottom: 22px;
}
.registration-form textarea {
	height: 150px;
	overflow: visible !important;
}
.registration-form textarea.always-filled {
	height: auto;
}
.mce-panel {
	max-width: 99.8% !important;
}
.icon-form input[type="submit"] {
	border-width: 0px !important;
	background-color: transparent;
	font-size: 1.8rem;
    letter-spacing: 0.04rem;
    line-height: 1.4;
    padding-top: 3px;
    cursor: pointer;
}
.filter-form {
	margin-top: -36px;
}