.comment { 
	font-size: 8pt; 
	padding: 6pt 6pt 6pt 6pt; 
	color: black; 
	background-color: BEIGE; 
	margin-bottom:8px;
}

html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: block;
}

.header {
   width: 800px;
	height: 118px;
   display: block;
   margin-right: auto;
   margin-left: auto;
}

.gbookbox {
	position:absolute;
	top: 115px;
	bottom: 52px;
   width: 100%;
   overflow: hidden;
	display:block;
}

.content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	display: block;
	overflow: auto;
	height: 100%;
	background: white;
}

.footer {
	position: absolute;
   width: 100%;
	height: 45px;
	bottom: 3px;
}

#footer {
	padding: 4px;
	width: 792px;
	height: 85%;
	overflow: hidden;
	text-align: center;
}

.dialog {
	display:none;
}

fieldset {
	border:0 none;
	margin-top:25px;
	padding:0;
}

label {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin-top: 6px;
}

input {
	display: inline-block;
	width: 80%;
}

input.text {
	margin-bottom: 3px;
	padding: 0.2em;
}

textarea#comment, textarea#reason {
	width: 81%;
}

.entheader {
	background: lightsteelblue;
	padding: 6px 0px 6px 2px;
	font-size: 8pt;
}

.col1 { 
	font-size: 8pt; 
	width: 310; 
	/* padding-top: 4pt; */
	padding: 2px 0 2px 6px; 
	display: inline-block;
}

.col2 {
	font-size: smaller;
	font-weight: normal;
	float: right;
	padding: 2px 6px 2px 6px; 
	color: gray;
	display: inline-block;
}

.space {
	background: white;
	line-height: 10px;
}
