table.form {
}
table.form th {
	text-align: right;
}
table.form td {
}
table.form input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.form input.edit {
	width: 250px;
	border: 1px solid #C0C0C0;
	background-color: #F8F8FC;
	padding: 2px 2px 2px 2px;
}
table.form input.button {
	width: 80px;
	height: 24px;
	font-weight: bold;
}
table.form textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #C0C0C0;
	background-color: #F8F8FC;
	padding: 2px 2px 2px 2px;
	width: 600px;
	height: 120px;
}
table.form select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.form select option {
	padding: 1px 1px 1px 1px;
	text-indent: 4px;
}

