label
{
	font-size: small;
	vertical-align: middle;
}
/* make textbox dimensions consistent in all browsers */
/* you may choose to use a reset stylesheet instead */

.txt
{
	border: solid 1px #c0c0c0;
	margin: 0px;
	padding: 0px;
	height: 3.0em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* watermark positioning container */

.txtarea
{
	border: solid 1px #c0c0c0;
	margin: 0px;
	padding: 0px;
	height: 15em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* watermark positioning container */

.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* IE7/6 hasLayout hack */

.updnWatermark
{
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #a5a5a5;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}

table.normal{
    border-top:1px solid #c0c0c0;
    border-left:1px solid #c0c0c0;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.normal th{
    border-right:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    background-color:#f0f0f0;
    background-position:left top;
    padding:0.3em 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.3; MARGIN: 0px; padding: 5px;
    text-align:left;
}
.normal td{
    border-right:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    padding:0.3em 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.3; MARGIN: 0px; padding: 5px;
}