@charset "UTF-8";
/* CSS Document */
.error { 
	padding:0px;
	margin:0px;
	background-color:darkred;
	color:white;
	font-weight:bold;
	font-size:0.9em;
	width:88%;
	font-family:helvetica,arial,verdana,sans-serif; 
}
.success { 
	padding:0px;
	margin:0px;
	background-color:green;
	color:white;
	font-weight:bold;
	font-size:0.9em;
	width:88%;
	font-family:helvetica,arial,verdana,sans-serif; 
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h1.name {
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#79878f;
	font-size:1.5em;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-right:10px;
}
.name { color:#79878f; font-size:1.5em;}
h2 {
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size:19px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	letter-spacing:normal;
	text-decoration:none;
}
hr {
	border:0px;
	float:left;
	height:1px;
	background-color: #e9e9e9;
	width:592px;
	color:#e9e9e9;
	margin-top:15px;
}
strong {
	font-weight:normal;
	display:inline-block;
	font-size:16px;
	color:#cfcfcf;
	margin-right:10px;
}
label {
	color:#373737;
	font-size:13px;
}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
}
input.button {
	background-color:#CCEBEA;
	border:1px solid #6CB5B3;
	font-size:12px;
	text-align:center;
	padding:3px;
	padding-left:12px;
	padding-right:12px;
	color:#7f8686;
	float:left;
	width:125px;
}
input.button:hover {
	background-color:#6CB5B3;
	color:#eeeeee;
	border:1px solid #555555;
	cursor:pointer;
}
input.text {
	height:20px;
	width:238px;
	float:left;
	border:1px solid #6CB5B3;
	color:#999999;
	font-size:12px;
	margin-bottom:10px;
	padding-top:4px;
	padding-left:4px;
}
textarea {
	height:104px;
	width:318px;
	padding:4px;
	float:right;
	border:1px solid #6CB5B3;
	color:#999999;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#guestbook {
	display:block;
	position:relative;
	width:738px;
	margin:0px auto;
	margin-top:8px;
	text-align:center;
}
#scrollTop {
	width:674px;
	height:162px;
	background-image:url(../images/scrollTop.png);
	background-repeat:no-repeat;
	padding-left:64px;
	padding-top:180px;
}
#guestbook_form {
	display:block;
	width:592px;
	height:192px;
	width:592px;
	border-top:1px solid #e9e9e9;
	/*border-bottom:1px solid #e9e9e9;*/
	margin:10px 0px 10px 0px;
	padding:10px 0px 20px 0px;
	position: relative;
}
#leftForm {
	float:left;
	width:242px;
	text-align:left;
}
#rightForm {
	float:right;
	width:326px;
	text-align:left;
}
.scrollMiddle {
	width:674px;
	background-image:url(../images/scrollPaperMiddle.png);
	background-repeat:repeat-y;
	padding-left:54px;
}
.gbEntry {
	width:592px;
	text-align:left;
}
.name {
	margin-left:10px;
}
.on {

}
.date {

}
p.message {
	background-image:url(../images/quoteBG.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#a8a8a8;
	font-size:15px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:10px;
}
#scrollBottom {
	width:738px;
	height:143px;
	background-image:url(../images/scrollBottom.png);
	background-repeat:no-repeat;
}