
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 89%;
}
#respond input[type="text"],
#respond textarea {
background: #fff;
border-width: 0;
/* border: 2px solid #eee; */
-moz-border-radius: 5px;
/* border-radius: 5px; */
/* -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); */
-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
/* box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); */
/* position: relative; */
padding: 5px;
/* text-indent: 80px; */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment 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: 6px; */
/* min-width: 55px; */
/* padding: 0px 10px; */
/* position: relative; */
/* top: 10px; */
/* z-index: 1; */
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
  right: 30px;
	position: absolute;
  top: 36px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 5px 0 -5px 0;
}
#respond .form-submit {
	text-align: right;
	margin: 0 0 10px;
}
#respond input#submit {
cursor: pointer;
margin: 10px 0 0 0;
padding: 5px 0;
text-align: center;
/* position: relative; */
/* left: 30px; */
width: 134px;
font-weight: normal;
}
#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: 24px;
	width: 95%;
}
#respond p {
	font-size: 12px;
}

#respond #recaptcha_response_field {
	text-indent: 0;
}


.captchaSizeDivLarge {
	margin-top: 20px;
	padding-top: 0;
}

#si_image_com {
	float: left;
}
#si_refresh_com {
	float: left;
}


