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;
	}
div.table_inline {
	display: table;
	width: 760px;
	}
div.block1 {
	display: table-cell;
	width: 5%;
	height:15px;
	text-align:left;
	}
div.block2 {
	display: table-cell;
	width: 15%;
	height:15px;
	text-align:left;
	}
div.block3 {
	display: table-cell;
	width: 55%;
	height:15px;
	text-align:left;
	}
div.block3 {
	display: table-cell;
	width: 25%;
	height:15px;
	text-align:left;
	}
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;
	}
.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.nowrap {
	white-space: nowrap;
	}