
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
}


.titleinput, .titleinputHovered {
	margin-top: 10px;
	width:175px;
	height:17px;
	background:url(images/title.gif) no-repeat left top;
	border:none;
	padding-top: 15px;
	padding-right: 18px;
	color: #636363;
	font-size: 11px;
	text-align: center;
}
.titleinputHovered {
	background-position:left bottom;
	color: #8e8e8e;
}
.nameinput, .nameinputHovered {
	margin-top: 10px;
	width:175px;
	height:17px;
	background:url(images/name.gif) no-repeat left top; /* background:url(images/name_error.gif) no-repeat left top; */
	border:none;
	padding-top: 15px;
	padding-right: 18px;
	color: #636363; /*color: #ff7b7b;*/
	font-size: 11px;
	text-align: center;
}
.nameinputHovered {
	background-position:left bottom;
	color: #8e8e8e; /*color: #ff0000;*/
}

.nameinput_error, .nameinput_errorHovered {
	margin-top: 10px;
	width:175px;
	height:17px;
	background:url(images/name_error.gif) no-repeat left top;
	border:none;
	padding-top: 15px;
	padding-right: 18px;
	color: #ff7b7b;
	font-size: 11px;
	text-align: center;
}
.nameinput_errorHovered {
	background-position:left bottom;
	color: #ff0000;
}


/*Text areas*/
.textarea, .textareaHovered {
	margin-top: 10px;
	width:389px;
	height:138px;
	background:url(images/comment.gif) no-repeat left top;
	border:none;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-right: 18px;
	padding-left: 10px;
	font-size: 11px;
	color: #636363; /*color: #ff7b7b;*/
	line-height: 16px;
}
.textareaHovered {
	background-position:left bottom;
	color: #8e8e8e; /*color: #ff0000;*/
}

.textarea_error, .textarea_errorHovered {
	margin-top: 10px;
	width:389px;
	height:138px;
	background:url(images/comment_error.gif) no-repeat left top;
	border:none;
	padding-top: 7px;
	padding-bottom: 9px;
	padding-right: 18px;
	padding-left: 10px;
	font-size: 11px;
	color: #ff7b7b;
	line-height: 16px;
}
.textarea_errorHovered {
	background-position:left bottom;
	color: #ff0000;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:139px;
	height:62px;
	background:url(images/fertig.jpg) no-repeat left bottom;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left top;
}

.codeinput, .codeinputHovered {
	margin-top: 10px;
	width:250px;
	height:27px;
	background:url(images/code.gif) no-repeat left top; /* background:url(images/code_error.gif) no-repeat left top; */
	border:none;
	padding-top: 20px;
	padding-left: 16px;
	color: #636363; /*color: #ff7b7b;*/
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.codeinputHovered {
	background-position:left bottom;
	color: #82d13d; /*color: #ff0000;*/
}
.easycode {
	position: absolute; 
	margin-top: 25px; 
	margin-left: 140px;
}
.codeinput_div {
	clear: right; 
	float:left;
}
.submitbutton {
	padding-top: 8px;
}
.show_comments_title {
	background: url(images/comment_entry_top.gif);
	color: #636363;
	height: 20px;
	padding-left: 15px; 
	margin-bottom: 0px; 
	margin-top: 10px; 
	padding-top: 45px; 
	font-size: 14px; 
	width: 393px; 
	margin-left: auto; 
	margin-right: auto;
}
.show_comments_details {
	font-size: 10px; 
	color: #636363; 
	margin-left: 5px; 
	font-weight: normal;
}
.show_comments_comment {
	background: url(images/comment_entry_middle.gif);
	padding-left: 23px;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 370px; 
	color: #636363;
}
.show_comments_bottom {
	background: url(images/comment_entry_bottom.gif);
	margin-left: auto; 
	margin-right: auto; 
	width: 408px; 
	height: 13px;
}
.easycomments_footer {
	clear: both; 
	padding-top: 30px;
}
.easycomments_post_input {
	width: 180px; border: #c2c2c2 solid 1px; background: #ffffff; background: url(images/field_bg.gif); color: #636363; font-size: 11px; padding: 3px;
}
.easycomments_comment {
	padding-top: 4px;
	margin-top: 10px;
	/* border: #000000 1px solid; */
	height: 20px;
	float: left;
	background: left url(images/user_comment.gif) no-repeat;
	padding-left: 22px;
}
.readon {
	/* border: #000000 1px solid; */
	padding-top: 4px;
	vertical-align: middle;
	height: 20px;
	float: left;
	background: left url(images/readon.gif) no-repeat;
	padding-left: 22px;
}
.easycomments_saved {
	background: url(images/saved_bg.jpg);
	color: #ffffff;
	height: 25px;
	margin-bottom: 0px; 
	margin-top: 20px; 
	padding-top: 12px;
	font-size: 11px; 
	width: 404px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
}
