body {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	background:url("../img/bg.gif") repeat left top #fff;
}

#container {
	width:500px;
	margin: 0 auto;
	background: #eee;
}

	/* Comment was posted successfully */
	.posted {
	
	}
	/* An error occured during posting */
	.posted {
	
	}
	/* Return to search page */
	.return {
		font-size:8pt;
	}
	/* Page head */
	.title {
		font-size:14pt;
		padding:5px;
		margin-bottom:10px;
		border-top:1px solid black;
		border-bottom:1px solid black;
	}
	.inputBox {
		padding:5px;
		padding-bottom:10px;
		padding-left:15px;
	}
	
	/* Div around whole comment */
	.comment {
		border-top:1px solid #aaa;
		padding:5px;
		height:100px;
		overflow:auto;
		}
		.pageChoice {
			padding:5px;
			padding-bottom:10px;
			}
			/* Selected page number */
			.selectedPage {
				font-weight:bold;
				color:#000;
			}
		/* Other clickable page numbers */
		.comment a {
			text-decoration:none;
		}
		.comment a:hover {
			text-decoration:underline;
		}
	/* Date time of comment */
		.datetime {
			color:#33f;
			font-weight:bold;
			font-size:10pt;
			padding-bottom:3px;
		}
	/* Text of coment */
		.text {
			font-size:10pt;
		}

