.form-table {
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
	background: #ff9; 
	padding: 4px;
}

.form-table td {
	vertical-align: top;
	font-size: 0.9em;
	padding: 4px;
}

.form-table th {
	font-weight: bold;
	font-size: 1.2em;
	color: #f00;
	vertical-align: top;
	text-align: right;
	padding: 4px;
}

.form-table td.submit{
	text-align: center;
}

input.redButton {
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	border: 2px outset #f00;
	padding: 1px;
	color: #ff0;
	background: #f00; 
}

input.brueButton {
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	border: 2px outset #069;
	padding: 1px;
	color: #fff;
	background: #069; 
}

input.orangeButton {
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	border: 2px outset #f60;
	padding: 1px;
	color: #fff;
	background: #f60; 
}

input.greyButton {
	font-family: tahoma, arial, sans-serif;
	font-size: 100%;
	border: 2px outset #ccc;
	padding: 1px;
	color: #fff;
	background: #ccc; 
}

.form-table input.short {
	width: 50%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table input.long {
	width: 90%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table select.long {
	height: 16em;
	width: 90%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table select.pulldown {
	width: 90%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table select.pulldownS {
	width: 45%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table textarea.long {
	height: 8em;
	width: 90%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
}

.form-table select.pulldownSBad {
	width: 45%;
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #f00;
	padding: 2px;
	font-family: tahoma, arial, sans-serif;
	background: #fcc; 
}

.form-table label.disable {
	color: #666;
}

.form-table label.new {
	color: #069;
}

.form-table .limit {
	overflow: auto;
	max-height: 30em;
	background: #fff; 
	border: 1px solid #f00;
}

.form-table .limit2 {
	overflow: auto;
	max-height: 10em;
	background: #fff; 
	border: 1px solid #f00;
}

.form-table h2.list {
	margin: 0;
	padding: 0 2px;
	font-size: 0.8em;
	color: #fff;
	background: #333; 
}

#result-list {
	list-style-type: none;
	width: 90%;
	margin-left: 10px;
	margin-top: 0.5em;
}

#result-list li{ 
	list-style-type: decimal-leading-zero;
	clear: both;
	width: 100%;
	margin: 0.2em 0;
	margin-left: 2em;
	border-top: 1px dashed #ccc;
}

#result-list li .handle{ 
	float: right;
	display: block;
	width: 36px;
	height: 14px;
	cursor: move;
	background: url(../images/handle.gif) no-repeat center center;
}

#result-list input.short{ 
	float: right;
	width: 10em;
	margin-right: 1em;
	padding: 0;
}

