table
{
	margin-left: 3em;
	border-width: 3px;
	border-color: #ff6600;
	border-style: double;
	height: 400px;
	width: 480px;
}

input
{
	border: solid 1px #ff9900;
	background-color: transparent;
	height: 16px;
	color: #ffffcc;
	font-family: Verdana, Chicago, sans-serif;
	font-size: 11px;
}

input.button
{
	cursor: hand;
	height: 24px;
	padding-left: 12px;
	font-weight: bold;
	color: #ffffcc;
}

input.button#submit
{
	text-indent: 10px;
	background-image: url('../image/common/submit.gif');
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

input.button#clear
{
	text-indent: 10px;
	background-image: url('../image/common/clear.gif');
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

textarea
{
	color: #ffffcc;
	background-color: transparent;
	border: 1px solid #ff9900;
}

td.leftitem
{
	color: #ffcc66;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
	border-right: 2px solid #ff6600;
}


td.rightitem
{
	text-align: left;
	padding-left: 0.5em;
}

*.eng
{
	font-size: 8pt;
	font-family: arial;
}



input.w150		{	width: 150px;	}
input.w240		{	width: 240px;	}
input.w280		{	width: 280px;	}
