/*Forms defaults*/

input, textarea {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#404040;

}





.titleinput, .titleinputHovered {

	margin-top: 10px;

	width:194px;

	height:33px;

	background:url(../images/title.gif) no-repeat left top;

	border:none;

	padding-top: 15px;

	padding-right: 18px;

	color: #bebdbd;

	font-size: 11px;

	text-align: center;

}

.titleinputHovered {

	background-position:left bottom;

	color: #8e8e8e;

}

.nameinput, .nameinputHovered {

	margin-top: 10px;

	width:194px;

	height:33px;

	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: #bebdbd; /*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:194px;

	height:33px;

	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:154px;

	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: #bebdbd; /*color: #ff7b7b;*/

	line-height: 16px;

}

.textareaHovered {

	background-position:left bottom;

	color: #8e8e8e; /*color: #ff0000;*/

}



.textarea_error, .textarea_errorHovered {

	margin-top: 10px;

	width:389px;

	height:154px;

	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:48px;

	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: #e2e2e2; /*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;

width: 100px;

float: left;

clear: right;

}

.codeinput_div {

position: absolute;

width: 200px;

float: left;

}

.submitbutton {

padding-top: 8px;

magrin-left: 500px;

}
.show_comments_title {
	background: url(../images/comment_entry_top.gif);
	color: #929292;
	height: 20px;
	padding-left: 15px; 
	margin-bottom: 0px; 
	margin-top: 10px; 
	padding-top: 45px; 
	font-size: 14px; 
	width: 408px; 
	margin-left: auto; 
	margin-right: auto;
}
.show_comments_details {
	font-size: 10px; 
	color: #a8a7a7; 
	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: 408px; 
	color: #a8a7a7;
}
.show_comments_bottom {
	background: url(../images/comment_entry_bottom.gif);
	margin-left: auto; 
	margin-right: auto; 
	width: 408px; 
	height: 13px;
}