/* forms.css */

.input-text,
textarea {
	font-size: 1em;
	padding: .3em;
	background: url(../img/searchbg.png);
	padding: .5em .6em .5em .6em;
	border: 1px solid #2c1e1a;
	outline: none;
	color: #4e392b;
}

#comment {
	width: 97%;
}

#comment-entries {
	padding-bottom: 3.7em;
}

#comment-input {
	padding-top: 1.5em;
}

label {
	font-size: 1em;
	margin: 0 .5em;
}

#search-form label {
	position: absolute;
	top: -99999px;
}

p.input-submit {
	text-align: right;
}

#submit-comment, #mc-embedded-subscribe {
	background: url(../img/black.png);
	padding: .5em .6em .5em .6em;
	outline: none;
	color: #4e392b;
	font-size: 1em;
	margin: 0 0 0 .5em;
	border: 1px solid #2c1e1a;
}

#mc-embedded-subscribe {
	font-size: .7em;
	cursor: pointer;
}

#submit-comment:active {
	background: url(../img/searchbg.png);
	color: #34261c;
}

#search-form #submit {
	padding: 1px 13px;
	margin: 0 0 0 5px;
}

fieldset {
	border: none;
}

.mc-field-group {
	float: left;
}