﻿fieldset {
	padding:5px;
	margin:5px;
	color:#333; 
	border:#b6b6b6 dashed 1px;
} 
legend {
	color:#06c;
	font-weight:800; 
	background:#fff;
	padding:3px 6px;
}
td.key {
	background-color: #f6f6f6;
	text-align: right;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
td.keyred {
	background-color: #f6f6f6;
	text-align: right;
	color: red;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}