@charset "utf-8";
/* CSS Document */

#content-guestbook h1 {
	text-transform:lowercase;
	padding-top:5px;
}

#content-guestbook #photo {
	float:left;
	width:420px;
	height:469px;
	padding-bottom:12px;
	position:relative;
	overflow:hidden;
}
#content-guestbook #photo .headerimage {
	position:absolute;
	left:0;
	top:0;
}
#content-guestbook #photo .image-changer {
	position:absolute;
	right:10px;
	bottom:20px;
}
#content-guestbook #information-guestbook {
	float:left;
	padding:0 15px;
	width:418px;
}
#content-guestbook #information-guestbook #logo img {
	padding:10px;
	background-color:#ffffff;
}
#content-guestbook #information-guestbook .submenu-horizontal {
	font-size:10px;
}

form {
	padding:0;
	margin:10px 0 0 0;
}
form .field {
	float:left;
	width:205px;
}
form .field-large {
	width:410px;	
}
form .field input,
form .field textarea,
form .field select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:0;
	margin:1px;
	width:105px;
}
form .field-large input {
	width:310px;	
}
form .field-large textarea {
	width:310px;	
	height:40px;
}
form .field-large select {
	width:200px;	
}
form .field label {
	width:80px;	
	float:left;
}
form .checkbox input {
	margin:0;
}
form .checkbox a {
	text-decoration:underline;	
}
form .buttons {
	text-align:right;
	padding-top:0px;
	padding-right:35px;
}
form .field a {
	color:#990000;	
	font-weight:bold;
}

#guestbook-messages-container {
	height:230px;
	overflow:hidden;
	position:relative;
}
#guestbook-messages {
	position:absolute;	
	top:1px;
	left:1px;
}
#guestbook-messages b {
	color:#B01914;	
}
#guestbook-messages .message {
	border-bottom:1px dotted #B01914;
	padding:2px 0;
	margin-bottom:2px;
}
#guestbook-messages-more {
	text-align:right;	
}
#guestbook-messages-more a {
	color:#B01914;
	font-weight:bold;
}
