﻿#TB01 { height: 16px; width: 356px; }
#TB02 { height: 16px; width: 356px; }
#TB03 { height: 16px; width:  56px; }
#TB04 { height: 16px; width: 176px; }
#TB05 { height: 16px; width: 116px; }
#TB06 { height: 16px; width: 176px; }
#TB07 { height: 16px; width: 116px; }
#TB08 { height: 16px; width: 176px; }
#DDL1 { height: 20px; width: 180px; }
#TB09 { height: 16px; width: 116px; }
#TB10 { height: 16px; width: 116px; }
#DDL2 { height: 20px; width: 120px; }
#TB11 { height: 16px; width: 356px; }
#TB12 { height: 16px; width: 116px; }
#DDL3 { height: 20px; width: 180px; }
#DDL4 { height: 20px; width: 360px; }
#TB13 { height: 16px; width: 176px; }
#TB14 { height: 16px; width: 356px; }
#B001 { height: 32px; width: 128px; }

.form
{
	background-color: #FFFFFF;
	border: solid 1px #EEEEEE;
	margin: 2px auto 2px auto;
	width: 802px;
}

.form:hover
{
	background-color: #FFFACD;
	border: solid 1px #FF9933;
}

.form > tbody > tr > th
{
	color: #F29400;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	text-align: left;
	text-indent: 8px;
}

.form > tbody > tr > td:nth-child(1)
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 256px;
}

.form > tbody > tr > td:nth-child(2)
{
	width: 544px;
}

input[type=text]
{
	border: solid 1px #EEEEEE;
	color: #666666;
	margin: 2px 2px 2px 2px;
}

input[type=text]:hover
{
	border: solid 1px #FF9933;
}

input[type=text]:focus
{
	border: solid 1px #FF9933;
}

select
{
	border: solid 1px #EEEEEE;
	color: #666666;
	margin: 2px 2px 2px 2px;
}

select:hover
{
	border: solid 1px #FF9933;
}

select:focus
{
	border: solid 1px #FF9933;
}

label
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
}

input[type=submit]
{
	background-color: #F29400;
	border-style: none;
	color: #FFFFFF;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

input[type=submit]:hover
{
	background-color: #FFC000;
	cursor: pointer;
}