/* Comment Form */
#respond {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	max-width: 400px; 
}

#respond input[type="text"],
#respond textarea,
#WebLoginLayer0 input,
#WebLoginLayer2 input {
	background: #fff;
	border: 3px solid #e8e8e8;
	position: relative;
	padding: 10px;
	text-indent: 0;
	width: 100%;
	font-size: 14px;
}

#respond select{
	border: 3px solid #eee;
	position: relative;
	padding: 10px;
	height: 45px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment, 
#respond .form-group {
	position: relative; margin-bottom: 5px; 
	width: 100%;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label,
#respond .form-group label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	margin-top: 2px;
	min-width: 60px;
	width: 135px;
	padding: 4px 10px;
	position: absolute;
	font-size: 13px; 
	font-weight: normal;
	z-index: 1;
	display: none; /* display only in ie8 */
}
#respond .form-group.select label { display: none; }
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
/* 	width: 95%; */
}
#respond .comment-form-author .req,
#respond .comment-form-email .req,
#respond .form-group .req {
	color: #F38744;
	font-size: 16px;
	font-weight: bold;
	right: 10px;
	position: absolute;
	top: 7px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: left;
	margin: -20px 0 10px;
}
#respond #submit {
	border: none;
	width: 100px; height: 32px;
	color: white;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 10px;
	position: relative;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height:50px;
	width: 100%;
}
#respond fieldset.field-30 {
	margin-top: 5px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
input[type="file"] { font-size: 13px; }
input[type="checkbox"] { margin-right: 15px; }
.first { margin-top: 10px; }
.second { margin-bottom: 20px !important; }

.errors { color: red; background: #d9dce6; max-width: 400px; padding: 10px; margin-bottom: 15px; border-radius: 3px; -webkit-border-radius: 3px; }
.errors strong  { color: black; display: block; padding-bottom: 0; }
.requiredlist { display: block; padding: 5px 0 0 0; margin-top: 15px; color: black; }
.requiredlist span { padding: 3px 5px 0px 0px; color: black; }

#respond .invalid, #respond .required, #respond .error { border-color: red !important; }

input::-moz-placeholder,textarea::-moz-placeholder{ color: #999; }

#loginfrm label { display: block; width: 150px; font-weight: normal;  }
#loginfrm input { margin-top: 4px; }
#loginfrm #checkbox_1 { float: left; margin-top: 7px; }
#loginfrm label.checkbox { width: auto; }

#WebLoginLayer0, #WebLoginLayer2 { max-width: 360px; }
#WebLoginLayer0 label, #WebLoginLayer2 label, #WebLoginLayer0 input, #WebLoginLayer2 input  { display: block; }
#WebLoginLayer0 .button { margin: 10px 0; background: #FD7E4E; }
.cancel { margin-left: 10px; }

