/****************************/
/* CSS for Guestbook Script */
/****************************/

/***********/
/* Display */
/***********/

/* Gästebucheintrag */
div.gbook_entry {
	margin-top:20px;
	width:400px;
	margin-left: auto;
	margin-right: auto;
}

/* Betreff des Eintrags */
div.gbook_subject {
  text-align: left;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	padding:2px;
}

/* Datum etc. des Eintrags */
div.gbook_header {
  text-align:left;
	background:#e1ecb0;
	font-size: 10px;
	border-top:1px solid #868C6E;
	padding:2px;
	color:#000000;
}
div.gbook_header a {
   color: #414141;
	text-decoration: none;
}
div.gbook_header a:hover{
 color: #a3a3a3;
	text-decoration: none;
}

/* Text des Eintrags */
div.gbook_body {
  text-align: left;
  font-size: 9px;
	margin-top:0.8em;
	margin-bottom:1em;
	padding:2px;
}

/* Link "Neuer Eintrag verfassen" */
/*div.gbook_link {
}*/

/* Fehlermeldung */
div.gbook_error {
	color:#EE1111;
}

/*********/
/* Froms */
/*********/

/* Formular für neuen Eintrag */
div.gbook_form {
	width:500px;
}

div.gbook_form form {
	/*background:#F4F0D5;
	border:thin solid #ab0;*/
	margin:0;
        padding:.5em;
}

div.gbook_form label,div.gbook_form input {
	display:block;
	float:left;
	margin-bottom:2px;
}

div.gbook_form input, div.gbook_form textarea {
	width:270px;
}

div.gbook_form label {
	text-align:right;
	padding-right:1em;
	width:140px;
}

div.gbook_form br {
	clear:left;
}

div.gbook_link{
  border-bottom: 1px solid #000000;
  padding: 2px; 
}

div.gbook_link a {
   color: #414141;
	text-decoration: none;
}
div.gbook_link a:hover{
 color: #a3a3a3;
	text-decoration: none;
}

div.gbook_form input#gbook_submit {
	float: none;
	width: auto;
}

/* Formular für Vorschau */
div.gbook_form_blank input {
	width:100px;
	margin-bottom:2px;
}

/* EOF */
