label {
	color: #442811;
	font-size: 14px;
}

input {
	padding: 6px 4px;
}

#comment_message {
	margin: 1em 0;
}

#personal_info {
	line-height: 48px;
}

#personal_info label {
	float: right;
	width: 350px;
	text-align: left;
}

/* Textpattern specific */
#cpreview {
	margin-top: 1.75em;
}

#txpCommentInputForm,
.zemContactForm {
	padding: 1em 0;
	background: transparent;
	clear: both;
}

#txpCommentInputForm {
	margin-top: 1.5em;
}

p#txpCommentInputForm {
    background: url(../images/frame_top.png) center top no-repeat;
    color: #3b1b00;
    font-style: italic;
    text-align: center;
}
    
    p#txpCommentInputForm span {
        display: block;
        padding: 20px 10px;
        background: url(../images/frame_bottom.png) center bottom no-repeat;
    }

#Name,
#Email,
#Message,
#name,
#email,
#web,
#message {
  background: transparent;
	/*border-color: #442811 #442811 #442811 #442811;
	border-width: 1px;
	border-style: solid;*/
	border: 1px solid transparent;
	background: url(../images/frame_textarea_bottom.png) right bottom no-repeat;
}	

#Name,
#Email,
#name,
#email,
#web {
	width: 180px;
}

.textarea {
  margin-top: 6px;
	background: url(../images/frame_textarea_top.png) left top no-repeat;
}

#Message,
#message {
	width: 97%;
	height: 200px;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 6px;
}

#Name:focus,
#Email:focus,
#Message:focus,
#name:focus,
#email:focus,
#web:focus,
#message:focus,
.search_field:focus {
	border-color: #ad662b;
	background: #ffffff;
}

.zemSubmit,
.button { 
	margin: 0;
	padding: 4px 3px 0 3px;
	border: 1px solid #ad2b2b;
	background: #ad2b2b;
	width: auto;
	color: #fff;
	cursor: pointer;
	overflow: visible;
	font-size: 14px;
	font-family: "League Gothic";
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.zemSubmit:hover,
.button:hover {
  background: #003737;
  border: 1px solid #003737;
}

.comments_error,
.zemError {
	margin-top: 22px;
	margin-bottom: 22px;
}

.comments_error li,
.zemError li {
	list-style-position: outside;
	padding-left: 24px;
  background: url(../images/icon_list.png) left 3px no-repeat;
}

#personal_info input.comments_error,
#comment_message textarea.comments_error {
	padding: 6px 4px;
	border: 1px solid #ad2b2b;
	background: none;
}

#personal_info input.comments_error {
    margin: 0;
}

#personal_info input.zemRequirederrorElement {
	border: 1px solid #ad2b2b;
}