/*  ------------------------------------------------------------
	|					guestbook													|
	 -----------------------------------------------------------*/
#guestbook_template {
	padding:0 0 20px 0;
}


/* ----------- guestbook entries ---------- */

.guestbook_entry_output {
	width:70%;
}

.guestbook_entry_footer {
	border-bottom:1px dashed #C1A384;
	margin:0 0 2em 0;
	padding:0 0 20px 0;
}

.tca, .tc {
	width:25px;
}




/* ----------- guestbook form ---------- */

div#guestbook_template form {
	margin:0 0 60px 0;
}

div#guestbook_template label, div#guestbook_template input, div#guestbook_template textarea {		/* Allgemeine Stile für Labels und Formularfelder */
	font-family:"trebuchet MS", verdana, arial, helvetica, sans-serif;
   font-size:13px;
   color:#632914;
   line-height:20px;
   margin-bottom:20px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

h3{
	font-weight:bold;
   font-family:"trebuchet MS", verdana, arial, helvetica, sans-serif;
   font-size:14px;
   line-height:20px;
   margin-bottom:20px;
   color:#be3701;
}

div#guestbook_template input, div#guestbook_template textarea {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #aaa;
	background:#FFFBEE;
}


div#guestbook_template textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:153px;
}

div#guestbook_template input:focus, div#guestbook_template textarea:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #666;	
	background:#fff;
}


div#guestbook_template label {							/* Feldbeschriftungen */
	width:130px;						
	padding:1px 15px 1px 0;			
}


div#guestbook_template input#submit {				/* Gestaltung des Submit-Buttons */
	background:#aaa;
	border:none;
	color:#fff;
	cursor:pointer;
	padding:5px;
	width:130px;
}

div#guestbook_template input#submit:hover {
	background:#666;
}

div#guestbook_template br {
	clear:left;
}


div#guestbook_template p.entry_icons input {					/* Anpassungen für Radio-Buttons - diese müssen die Angabe class="radio" erhalten! */
	width:10px;
	margin:5px 0 0 0;
	border:none;
	background:transparent;
	float:none;
	display:inline;
}


div#guestbook_template input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

div#guestbook_template .clicksmilies a {
	background:none;
	padding:0;
}
