.input_panel {
	background-color: #eeeeee;
	border-color: #b1b1b1;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
.input_panel fieldset {
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 1px;
	padding-left: 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 3px;
	border-bottom-color: #666666;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}
.input_panel legend {
	color: black;
	font-weight: bold;
}

.input_panel label {
	margin-left: 20px;
}
.out_panel {
	padding-left: 30px;
	padding-top: 0px;
}
.out_panel table {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: small;
}
.out_panel caption {
	font-size: medium;
	border-color: #cccccc;
	border-bottom-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 3px;
	border-left-width: 3px;
}
.out_panel th {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #d0d0d0;
	border-width: 1px;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-style: solid;
	font-size: small;
	text-align: center;
	white-space: nowrap;
}
.out_panel td {
	border-bottom-color: #333333;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	min-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.out_panel .inline {
	background-color: #e2ebe3;
}
button {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 10px;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
}
button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
dt {
	margin-top: 15px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: large;
}
.tbl th {
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: right;
	background-color: #2d6e8b;
	color: white;
}
.tbl td {
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #f4f4f4;
}

