	.tb {
			border: solid 1px #808080;
			border-collapse: collapse;
			empty-cells: show;
			margin: 8px 0 8px 0;
		}

			.tb tr {
			}

				.tb tr th {
					font-weight: bold;
					padding: 2px 4px 2px 4px;
					border: solid 1px #808080;
				}

				.tb tr td {
					padding: 2px 4px 2px 4px;
					border: solid 1px #eeeeee;
					font-family: Consolas;
				}

					.tb tr td img {
						padding-right: 4px;
					}

					.tb tr td input[type=text] {
						font-family: Consolas;
					}

					.tb tr td input[type=radio] {
						float: left;
						margin-top: 2px;
					}


					.tb tr td label {
						padding-top: 2px;
						font-family: Consolas;
					}