

#tableStructure {
	display: none;
}

.smallSelect, 
.smallField {
	border: solid 1px #999;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: none;
	padding-left: 2px;
	width: 70px;
	background-color: #fff;
	background-image: url(/static/img/textbg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#tableStructure table tr th {
	text-align: left;
	font-style: italic;
	color: #000;
	padding-left: 4px;
}
#structureRij {
	background: #dddcdc;
}
.padMePlease tr td {
	padding: 2px;
}