/* CSS Document */
table.forms {
	width: 100%;
	padding: 0px;
	border: 0px;
}
td.header,td.label, td.field, td.submit, td.list, td.item {
	padding: 4px;
}
td.header {
	font-size: 14px;
	font-weight: bold;
	color: #fdcc99;
	border-bottom: 2px solid #fdcc99;
}
td.label {
	width: 50%;
}
td.list {
	font-weight: bold;
}
td.submit {
	text-align: center;
	border-top: 2px solid #fdcc99;
}
input, select {
	color: #333333;
	border: 1px solid #666666;
	background-color: #cccccc;
}
input.text, select.text {
	width: 250px;
}
