/*
	Guesbook Addon-CSS by Markus Staab
	www.public-4u.de
	13.05.2005
*/



/*
	Formular Styles
*/


/* Formular */
form.gbook {
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
form.gbook div {
	width: 400px;
}

/* Eingabefelder */
form.gbook input, form.gbook textarea {
    border: 1px #DD5858 solid;
	width: 200px;
	margin: 2px;
}

/* Text-Eingabefeld*/
form.gbook textarea {
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	float: left;
	width: 10em;
}

/* Buttons */
form.gbook input.button {
	border: 2px  double #DD5858;
	width: 100px;
	background-color: #ebeae8;
	margin: 0px;
	margin-top: 5px;
}

/* Buttons-Layer*/
form.gbook div.buttons {
	padding-left: 105px;
}

/* Zusatztext-Layer*/
form.gbook div.info {
	text-align: right;
}

/* Fehlermeldungs-Layer*/
form.gbook div.error {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}



/*
	Listen Styles
*/

div.gbook {
	padding-left: 10px;
}

/* Einträge-Layer */
div.gbook .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #DD5858;
}

/* Pagination-Layer */
div.gbook .pagination {
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a {
	padding-left: 2px;
	padding-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label {
	float: left;
}

/* Werte */
div.gbook .value {
	padding-left: 150px;
}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp>{
}
[/CODE]
*/

div.gbook .text .label {
	padding-top: 5px;
}

div.gbook .text .value {
	clear: left;
	padding: 5px;
	background-color: #F6F4EF;
}

div.gbook a {
	color: #F37F52;
}
