input,textarea{
	padding: 0px 10px 0px 10px;
	width:225px;
	height:30px;
	border-width: 1px ;
	border-style: solid;
	border-color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 30px #eee;
	font-family:'微軟正黑體';
}
textarea{
	padding: 8px 10px 8px 10px;
	height:80px;
}
input.error,textarea.error{
	position:relative;
	border-color:red;
	box-shadow: 0 0 5px rgba(255, 78, 16, 1);
	color:red;
	font-size:12px;
}
.error{
	position:relative;
	color:red;
	font-size:12px;
}