#ff {
	width: 100%;
}
#ff .error {
	outline: none;
	border-bottom: 2px #999 solid;
	background: #FAFAFA;
}
#ff .wrap-col {
	margin: 20px 10px;
}
#ff label {
	font-family: Arial, Microsoft JhengHei, Helvetica, sans-serif;
	margin: 5px 0px;
	display: block;
	font-weight: normal;
	color: #333;
}
#ff input::-webkit-input-placeholder {
color: #666;
}
#ff input:-moz-placeholder {
color: #666;
}
#ff input::-moz-placeholder {
color: #666;
}
#ff input:-ms-input-placeholder {
color: #666;
}
#ff textarea::-webkit-input-placeholder {
color: #666;
}
#ff textarea:-moz-placeholder {
color: #666;
}
#ff textarea::-moz-placeholder {
color: #666;
}
#ff textarea:-ms-input-placeholder {
color: #666;
}
#ff input {
	display: block;
	width: 100%;
	color: #333;
	padding: 13px;
	margin: 5px 0 10px 0;
	font-size: 16px;
	max-height: 45px;
	font-family: "微軟正黑體";
	outline: none;
	background: rgba(255,255,255,0.85);
}
#ff select {
	background: rgba(255,255,255,0.85);
	display: block;
	width: 100%;
	color: #333;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 0.875em;
	max-height: 48px;
	font-family: "微軟正黑體";
	border: 1px #999 solid;
	outline: none;
}
#ff textarea {
	display: block;
	width: 100%;
	height: 150px;
	background: rgba(255,255,255,0.85);
	color: #333;
	padding: 10px;
	margin: 5px 0 10px 0;
	font-family: "微軟正黑體";
	font-size: 1.05em;
	overflow: auto;
	box-sizing: border-box;
}
#ff input, #ff textarea {
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
}
#ff .formBtn {
	display: block;
	padding: 30px 0px 10px 0px;
	text-align: center;
}
#ff .sendBtn, 
#ff .resetBtn {
	cursor: pointer;
	background: #666;
	width: 25%;
	margin: 0% 0% 0% 5%;
	color: #FFF;
	display: inline-block;
	font-size: 1.125em;
	padding: 10px 5px 12px 5px;
	border: none;
}
#ff .sendBtn {
	background: #555;
}
#ff .resetBtn {
	background: #999;
}
#ff .sendBtn:hover, 
#ff .resetBtn:hover {
	background: #CCC;
	color: #FFF;
}
#ff input[type="text"]:focus, #ff select:focus, #ff textarea:focus {
	outline: none;
	border-bottom: 2px #999 solid;
	background: #FAFAFA;
}
.formWrap {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.formWrap:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.formWrap .wrap-col {
	margin: 10px;
}
.formWrap .col-1-2, .formWrap .col-1-3 {
	float: left;
	display: inline-block;
}
.formWrap .col-1-3 {
	width: 33.333333%;
}
.formWrap .col-1-2 {
	width: 50%;
}
.formWrap .col-full {
	width: 100%;
	float: none;
}
@media only screen and (max-width: 768px) {
.formWrap .col-1-3 {
	width: 100%;
}
#ff .sendBtn, 
#ff .resetBtn {
	width: 35%;
	margin: 0% 0% 0% 2%;
}
}
@media only screen and (max-width: 480px) {
.formWrap .col-1-2, #ff select {
	width: 100%;
}
#ff .formBtn {
	padding: 20px 0px 10px 0px;
	text-align: center;
}
#ff .sendBtn, 
#ff .resetBtn {
	width: 40%;
	margin: 0% 2%;
}
}
