body {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
}

td {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;

	line-height: 20px;

	text-indent: 60px;
}

p.noindent {
	margin-top: 0px;
	margin-bottom: 0px;

	line-height: 20px;

	text-indent: 0px;
}

div.left {
	width: 380px;
	margin: 0px;
	float: left;
}

div.right {
	float: right;
	width: 560px;
	height: 398px;
	margin: 0px;
	overflow: hidden;
}

div.error {
	color: #E43117;
}

a {
	color: #E43117;
}

div.gbentry {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;

	margin: 20px;
	padding: 5px;

	width: 470px;
}

div.gbentry_name {
	color: #E43117;
	float: left;
	font-weight: bold;
}

div.gbentry_date {
	color: #E43117;
	float: left;
	margin-left: 30px;
	font-weight: bold;
}

div.gbentry_content {
	margin-top: 10px;
	clear: both;
}

#scrollpane {
	float: right;
	margin-left: 10px;
}

#scrollable_outer {
	position: relative;
	width: 520px;
	height: 398px;
	overflow: hidden;
}

#scrollable_inner {
	position: absolute;
}

input, textarea {
	font-family: Arial;
	font-size: 12px;

	border-style: solid;
	border-width: 1px;
	border-color: #CFCFCF;
}
