#searchTable {
	background: #FFCC00;
	border: 2px solid #000000;
	margin-top: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}
#searchTable th {
	text-align: right;
	vertical-align: text-top;
}
select, input, textarea {
	background: #333333;
	width: 220px;
	border: 1px solid #FFCC00;
	color: #FFCC00;
	font-weight: bold;
}
#searchTable th, #searchTable td {
	padding: 3px;
}
.button {
	width: 220px;
	color: #FFCC00;
}
.error {
	color: #990000;
}
.box {
	width: 15px;
}
.smallbox {
	width: 40px;
}
.large {
	width: 300px;
}
