/* td {
	padding: 0.3em;
	border-right: solid 1px #101010;
}
input, textarea, select {
    font-family:Arial, Helvetica, sans-serif;
    font-size:inherit;
	text-indent:1px;
	background-color: #000000;
	color: #ffffff;
	width:100%;
}
input[type="text"], input[type="password"], select, textarea {
	 border:1px solid #303030;
}
input[type="checkbox"], input.searchresults_select, input.send_also_via_email {
	width:auto;
	border:0;
} */

/* search form */
/* table.searchresults_table input.searchresults_results_per_page_input {
	border: none;
	background-color: #555;
	color: #eee;
	margin: 0;
	padding: 0;
	text-align: center;
}

table.searchresults_table span.searchresults_footer_current_page_number {
	color: #9090ff;
	background-color: #fff;
}
table.searchresults_table tr td input.searchresults_select,
table.searchresults_table tr td input.searchresults_results_per_page_input,
td.formdata input#messages_itemform_input_send_also_via_email {
	width:auto;
	border:0;
} */

/* the generic item form */
/* table.itemform_table div.htmleditor table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

table.itemform_table div.htmleditor td {
	padding: 0;
	margin: 0;
} */

/* the standard printitem form */
/* table.printform_table {
	background-color: #fff;
	border-spacing: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.printform_table th {
	background-color: #a0a0a0;
	color: #000;
	font-weight: bold;
}
table.printform_table tr {
	background-color: #fff;
}
table.printform_table td {
	background-color: #fff;
	margin: 1px;
	padding: 2px;
}
table.printform_table td.formlabel {background-color: #e0e0e0;}
table.printform_table a.button, table.printform_table a.button:hover {display: none;} */