body {
	font-size:100%;
	text-align:center;
	background-color:#dedede;
	}
table {
	width:760px;
	margin:0 auto;
	border:solid 1px #bcbcbc;
	table-layout: fixed;
	background-color:#ffffff;
	}
table.led {
	border-width:0; 
	width:100%;
	}
fieldset {
	border:solid 1px #999999;
	}	
legend {
	font-size:80%;
	margin-left:2em;
	border:solid 1px #999999;
	}
div {
	font-size:100%;
	text-align:center;
	}	
h1 {
	font-size:150%;
	}		
td {
	text-align:left;	
	vertical-align:top;
	font-size:80%;
	padding:0.4em 10px;
	line-height:110%;
	}
td.field {
	font-size:100%;
	}	
.red {
	color:#ff8080;
	white-space: nowrap;
	}	
input.submit {
	border-width:1px;
	cursor:pointer;
	}		
.comment {
	color:dimgray;
	}
.nowrap {
	white-space: nowrap;
	}