﻿

#form_table {
	width: 100%;
}

#form_name {
	color: #6c6c6c;
	font-weight: bold;
	text-align:right;
	padding: 5px;
	width: 150px;
	white-space:nowrap;
}

#form_field {
	padding: 5px;
}

#form_field input {
	width:100%;
}

#form_name_select {
	color: #6c6c6c;
	padding: 5px;
	width: 100%;
	white-space:nowrap;
}

#form_select {
	width:20px;
	text-align:center;
}

#form_desc {
	width: 200px;
	white-space:nowrap;
}