/* @override http://ferienhof-bueter.de/demo/theme/default/style.css */

#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;
}
#secondary {
	width:420px;
  float:left;
  margin-bottom:1em;
}
.comment{
	margin-bottom:10px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: 1px solid #55a430;
	padding:2px 1px;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	line-height: 100%;
	padding-right:4px;
}
#gbookfooter{
	clear:both;
	font-size: 0.8em;
	text-align: center;
	color: #AAA;
}

#gbookfooter a{
	text-decoration: none;
	color: #AAA;
}
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}

