body{
  color: #444;
  font-family: arial, sans-serif;
  font-size: 12px;
}

a{
  color:#000;
  text-decoration: none;
}
a:hover, a.active{

}


h1.graphical-header{
	position: relative;
	overflow: hidden;
}

#content-right .graphical-header{
	width:275px;
}

h2.graphical-header{
	padding-bottom: 15px;
}

h1,h2,h3,h4 {
	font-size:15px;
}

.content-element{
	clear:both;
	padding-top: 10px;
}


.tx-guestbook-date{
	font-size: 11px;
}


.tx-guestbook-field{
	clear: left;
	padding-top: 5px;
}

.tx-guestbook-field label{
	display: block;
	width:100px;
	float: left;
}
.tx-guestbook-field label img{
	margin-left: 100px;
	border:1px solid #ccc;
}

.tx-guestbook-form-inputfield-med,
.tx-guestbook-form-textarea,
.tx-guestbook-submit
{

	width:140px;
	border:1px solid #ccc;
	padding:2px;
	font-family:sans-serif;
	font-size: 11px;
}
.tx-guestbook-form-error{
	color:red;
}


