@charset "utf-8";
@import "style.css";

input,button,textarea,select {
	font: inherit;
}

button,input[type="button"] {
	display: inline-block;
	height: 38px;
	margin-right: 5px;
	margin-bottom: 1rem;
	padding: 0 30px;
	color: #555;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: solid 1px #bbb;	
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
}

button:hover,input[type="button"]:hover,
button:focus,input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0;
}

input[type="text"],textarea {
	height: 38px;
	margin-bottom: 1.5rem;
	padding: 6px 10px; 
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	min-height: 100px;
	padding-top: 6px;
	padding-bottom: 6px;
}

input[type="text"]:focus,textarea:focus {
	border: 1px solid #666;
	outline: 0;
}
#fc2form li {
	list-style: none;
}

#LoadingBox1074457{
    border: none !important;
}