.comment-input-error {
	height: 50px;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	color: #777;
	position: relative;
	overflow: hidden;
	border: 1px solid #d22b2b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eee;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.error {
	border: 1px solid #d22b2b;
}
.text_input {
	width: 100%;
	color: #777;
	position: relative;
	overflow: hidden;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eee;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text_input_error {
	width: 100%;
	color: #777;
	position: relative;
	overflow: hidden;
	border: 1px solid #d22b2b;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #eee;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dn{
	display:none;
}