/*
	Guesbook Addon-CSS by Markus Staab
	www.public-4u.de
	13.05.2005
*/



/*
	Formular Styles
*/


/* Formular */
form.gbook div {
	width: 350px;
}

/* Eingabefelder */
form.gbook input, form.gbook textarea {
	border: 1px solid black;
        margin: 2px;
        margin-left: 90px;
	width: 250px;
	background-color: #F6F4EF;
}

/* Text-Eingabefeld*/
form.gbook textarea {
        margin-left: 90px;
	height: 100px;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	width: 100px;
	float: left;
}

/* Buttons */
form.gbook input.button {
    width: 100px;
	margin: 0px;
	margin-top: 5px;
	background-color: #D6D3CE;
}

/* 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
*/


/* Einträge-Layer */
div.gbook .entry {
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px dashed #000000;*/
}

/* 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: 90px;
  
}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp>{
}
[/CODE]
*/

div.gbook .text .label {
	padding-top: 5px;
}

div.gbook .text .value {
	clear: left;
        margin-left: 90px;
        margin-right: 90px;
        padding: 5px;
	background-color: transparent;
        border: 1px dashed #000000;
}
