input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.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: #000000;
	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: #000000; /*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: #000000; /*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: #000000; /*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: #000000;
	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: #000000;*/ 
	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: #000000;
}

.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;
	height: 20px;
	float: left;
	background: left url(../images/user_comment.gif) no-repeat;
	padding-left: 22px;
}

.readon {
	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;
}

/* EasyComments-Boxes */

.box {
	margin: 0 10px 0 10px;
}

.box_unpublished {
	margin: 0 10px 0 10px;
	border: 1px solid red;
}

.box .content .title {
	background: url(../images/user_comment.gif);
	background-repeat:no-repeat;
	background-position: 3px 10px;
	padding-top: 5px;
	padding-left: 25px; 
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 14px;
}

.box .content .text {
	border: 1px solid #817245;
	background-color: #F4F4F4;
	padding-top: 7px;
	padding-left: 15px; 
	padding-right: 15px;
	padding-bottom: 7px;
}

.box_clear {
	height: 1.5em;
}

.easynr {
	font-size: 10px;
	float:right;
}
/*v.1.1*/
.ec_date_posted {
	font-size: 10px;
	float:right;
}

.ec_remaining_chars{
	border: #c2c2c2 solid 1px;
	background: #ffffff;
	background: url(../images/field_bg.gif);	
	text-align: center;	
}

/*defining mosmsg in case it is not defined in template*/
.message {
	border-bottom: 3px solid #F2F2F2;
	border-top: 3px solid #F2F2F2;
	padding: 10px;
	background-color: #FFFFCC;
	color: #000000;
}

div.ec_comment, div.ec_readmore {
display: inline;
height: 18px;
padding-left: 25px!important;
margin-left: 4px;
margin-right: 4px;
padding-top: 4px;
padding-left: 20px;
margin-top: 5px;
background: url(../images/user_comment.gif) no-repeat;
}

div.ec_readmore {
background-image: url(../images/readon.gif);
}

/* edit box */
a.ec_button {
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	/*	display: block;*/
	text-decoration: none;
	margin-left: 5px;
	background-color: #FFFFFF;
}

a.ec_button:hover {
	background-color: #FFFFCC;
	text-decoration: none;
}

.easy_frame {
	border: #ededed solid 1px;
	background-color:#FFFFFF;
}
.easy_top {
	background-color:#f7f7f6;
	height: 30px;
}
.easy_top_left{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}
.easy_top_right{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Styles for
 Module Latest Comments
  */

.mod_ec_latest {
/*	border: 1px solid #33CC00;*/
}

.mod_ec_latest_entry {
	border: 1px solid #F2F2FF;
	padding: 2px;
	margin-bottom: 5px;
}
.mod_ec_latest_title {
	border-bottom: 1px dashed #C0CCC0;
}

.mod_ec_latest_comment {
/*	border: 1px solid #33CC00;*/
	
}

/* Add cybergurk */
.post_seperator { border-bottom: #c2c2c2 1px solid; padding-bottom: 15px;}

.text_color {
	color: #000000;
	}

.error_color {
		color: #ff7b7b;
		font-size: 11px;
}