﻿
.div_Note {
	background: #f9f9d9;
	border: 1px dashed #b8b971;
	color: #64652b;
	margin: 0 0 10px 0;
	width: 180px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.tbl_InputForm {
	border-collapse: collapse;
	width: 90%;
}
.tbl_InputForm TR {
	height: 30px;
	vertical-align: top;
}
.tbl_InputForm TR TH {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
}
.tbl_InputForm TR TH DIV {
	font-weight: normal;
	font-size: 10px;
	color: #888;
}
.tbl_InputForm TR.tr_RequiredField TH {
}
.tbl_InputForm TR.tr_RequiredField TD INPUT, .tbl_InputForm TR.tr_RequiredField TD SELECT {
	background: #f9f9d9;
}
