@charset "utf-8";
/* CSS Document */
#guestbook_printForm {
	width:576px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
#guestbook_printForm p {
	margin:5px 0;
	font-weight:bold;
	font-size:14px;
}
#guestbook_printForm h3 {
	text-decoration:underline;
}
.printForm_singleLine {
	border-bottom:1px solid #000000;
	width:576px;
	height:15px;
	margin:10px 0;
}


