
body {
	color : #fff;
	font-family : Arial;
}

.gbook-form {
	text-align : left;
	margin-top : 0px;
 	margin-left : 5px; 
}

.gbook-form table {
	height : 540px;
	font-size : 13px;
	font-weight : bold;
	background-image : url('/cgi-bin/images/gbook/modern_times_green/form.jpg');
        text-align : left;
}

.gbook-form input, textarea {
	font-size : 12px;
	border: 0px;
	font-family : Arial;
}

.gbook {
	font-size : 10px;
}

.gbook-entry  {
	color : #333;
}

.gbook-entry table {
	background-image : url('/cgi-bin/images/gbook/modern_times_green/book_content.jpg');
	background-repeat : repeat-y;
	border-spacing : 8px 4px;
}

.gbook-entry table td {
	padding : 8px ;
}

.gbook-entry-left {
	background-image : url('/cgi-bin/images/gbook/modern_times_green/sender_bg.jpg');
	background-repeat : repeat-y;
	font-size : 10px;
}
.gbook-entry-right {
	background-image : url('/cgi-bin/images/gbook/modern_times_green/comment_bg.jpg');
	background-repeat : repeat-y;
}

.top {
	background-image : url('/cgi-bin/images/gbook/modern_times_green/book_top.jpg');
	background-repeat : no-repeat;
	padding-right : 10;
	padding-left : 10;
	color : #fff;
}
.bottom {
	background-image : url('/cgi-bin/images/gbook/modern_times_green/book_bottom.jpg');
	background-repeat : no-repeat;
}

.link_bright a {
	color : lightgreen;
}

.link_dark a {
	color : #080;
}

