	table#gbook
	{
		width: 100%;
		height: 100%;
	} 
	 #book-left-bg
	 {
		background-image: url(../images/book_left.png);
		background-repeat: repeat-y;
		width: 81px;
	 }   
	 table#book-middle-bg
	 {
		background-image: url(../images/book_middle.png);
		width: 100%;
	 }
	 #book-right-bg
	 {
		background-image: url(../images/book_right.png);
		background-repeat: repeat-y;
		width: 42px;
	 }
	 #book-top-right-bg
	 {
		background-image: url(../images/book_top_right.png);
		background-repeat: no-repeat;
		height: 35px;
		width: 42px;
	 }
	 #book-bottom-right-bg
	 {
		background-image: url(../images/book_bottom_right.png);
		background-repeat: no-repeat;
		height: 35px;
		width: 42px;
	 }
	 #comment
	 {
	 	width: 360px;
	  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  	font-size: 0.8em;
	  	font-style: italic;
		text-align: left;
	 }
	 #name
	 {
	  font-family: "Times New Roman", Times, serif;
	  font-size: medium;
	  font-weight:bold; 
	  text-align:left;
	 }
	 #time
	 {
	  font-family:"Courier New", Courier, monospace;
	  font-size: x-small;
	  text-align: right;
	 }
	 #inputtext 
	 { 
	  	background-color:#CCCCCC; 
		color: black;
	 }
	 #title
	 {
	 	height:70px; 
		 
		text-align: center;
		font-family: "MS Serif", "New York", serif;
		font-size: xx-large;
	    font-weight: bold;	
	    color: #154084;
		background-color: transparent;
	 }
	  #foot
	 {
	 	height: 70px; 
		 
		text-align: center;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color: #000000;
		 background-color: transparent;
	 }
	  td#book-middle-bg
	 {
		background-image: url(../images/book_middle.png);
	 }
