/* Style Sheet for Guest book */

input,textarea, select,{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; border: 1px solid #000000;
}
.maintable {border: 0; width: 100%; padding: 0px; background-image: url(/images/marblefaint.jpg)} /*main table for forum*/

table.previewtable {
		border: 3px solid black; 
		width: 750px; 
		padding: 0px; 
		background-color: #E0E0E0;
}

/* headline row, the first row that says forum name, topics, posts and such */
.headline {
		font-weight: bold; 
		color: #666666;
		background-color: #C0EFCB;
		font-size: 16px;
} 
/*registration row, mainly here for symetry*/
/*.row1 { color: #000000; font-weight: bold; background-color: #F2F2F2;font-size: 12px;}*/
.row1 {font-size: 13px;}
/*color of the forum rows*/
.row2 {font-size: 13px;}

.entry {width: 100%; padding: 6px; } /*main table for add entry*/

img.borderless {border: 0;}

td.entry {
		color: #C0EFCB;
		background-color: #C0EFCB;
		border-color: #C0EFCB;
		height: 3px;	
	
}
