.rexform { 
}

.rexform div.statusmessage { 
	width: 758px;
	height: 12px;
	padding: 5px;
	margin-left: 1px;
}

.rexform div.info { 
	color: #107c2c;
	background-color: #d2efd9;
}

.rexform div.warning, .rexform div.error { 
	color: #ea1144;
	background-color: #fae9e5;
}

.rexform .validatormessages li { 
}

.rexform .emphasize { 
	font-weight: bold;
}

/*
	Formular Styles
*/


/* Formular */
form.gbook div { 
}

/* Eingabefelder */
form.gbook input, form.gbook textarea { 
	border: 1px solid black;
	margin: 2px;
	width: 250px;
	background-color: #F6F4EF;
}

/* Text-Eingabefeld*/
form.gbook textarea { 
	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 { 
	color: #ea1144;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*
	Listen Styles
*/


/* Einträge-Layer */
div.gbook .entry { 
	font-size: 100%;
	line-height: 200%;
	border: 1px solid #576e66;
	background-color: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.gbook { 
	font-size: 85%;
	line-height: 185%;
	padding-left: 45px;
	padding-right: 40px;
}

div.gbook .entryleft { 
	width: 570px;
	display: block;
	float: left;
}

div.gbook .name { 
	background-color: #576e66;
	color: #eeeeee;
	padding: 10px;
	font-weight: bold;
}

div.gbook .text { 
	padding: 10px;
	background-image: url(/files/paper.jpg);
	background-color: #eeeeee;
	border-right: solid 1px #a3a3a3;
}

div.gbook .entryright { 
	width: 128px;
	display: block;
	float: left;
}

div.gbook .time { 
	background-color: #576e66;
	color: #eeeeee;
	text-align: center;
	padding: 10px;
}

div.gbook .email { 
	width: 108px;
	text-align: center;
	padding: 10px;
}

div.gbook .clear { 
	height: 0px;
}

/* 
Allgemeine Formatierungen
*/

/* Beschriftungen */
div.gbook .label { 
}

/* Werte */
div.gbook .value { 
}

/* 
Spezifische Formatierungen

z.b.
[CODE]
div.gbook .<feldname> .<feldtyp> { 
}

[/CODE]
*/

div.gbook .text .label { 
}

div.gbook .text .value { 
	clear: left;
	padding: 5px;
}

div.gbook .reply .label { 
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e5e5e5;
	border-top: solid 1px #a3a3a3;
}

div.gbook .reply .value { 
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e5e5e5;
}
