/*
 Guestbook Addon 
 @author staab[at]public-4u[dot]de Markus Staab
 @author <a href="http://www.public-4u.de">www.public-4u.de</a>
 @package redaxo3
 @version $Id: guestbook.css,v 1.8 2006/01/27 18:07:52 kills Exp $
 */


/*
	Formular Styles
*/


/* Formular */

div.gbook {

}

form.gbook div {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font: 13px Georgia, "Times New Roman", serif;
	color: #642A00;
}

/* Eingabefelder */
form.gbook input, form.gbook textarea {
	border: 1px solid #D36146;
    margin-bottom: 10px;
	width: 300px;
	background-color: #FFF5E2;
	font: 13px Georgia, "Times New Roman", serif;
	padding: 1px;
}

/* Text-Eingabefeld*/
form.gbook textarea {
	height: 100px;
	font: 20px "Monotype Corsiva", serif;
}

/* Beschriftungen der Eingabefelder */
form.gbook div.label {
	color: #642A00;
	margin-bottom: 2px;
}

/* Buttons */
form.gbook input.button {
    width: 100px;
	margin: 0px;
	background-color: #D36146;
	color: #FFF5E2;
	border: 1px solid #D36146;
	cursor: pointer;
	padding: 2px;
}

/* Buttons-Layer*/
form.gbook div.buttons {
	font: 13px Georgia, "Times New Roman", serif;
	margin-bottom: 5px;
}

/* Zusatztext-Layer*/
form.gbook div.info {
	text-align: center;
	color: #642A00;
	margin-top: 15px;
}

/* Fehlermeldungs-Layer*/
form.gbook div.error {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}



/*
	Listen Styles
*/


/* Einträge-Layer */
div.gbook .entry {
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6AA48;
}

/* Pagination-Layer */
div.gbook .pagination {
	float: right;
}

/* Pagination-Links */
div.gbook .pagination a {
	margin-left: 2px;
	margin-right: 2px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label {
	float: left;
	color: #642A00;
}

/* Werte */
div.gbook .value {
	padding-left: 110px;
}

/* 
Spezifische Formatierungen

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

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

div.gbook .text .value {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Monotype Corsiva", serif;
	font-size: 20px;
	color: #D36146;
}

input.valid_check {
	display: none;
}
