#main table.admin tr th {
	background-color: #7A0;
	color: #fff;
}

#main table.admin tr td {
	background-color: #df7;
}

#main table.admin tr.pair td {
	background-color: #dF7;
}

#main table.admin tr.impair td {
	background-color: #dec;
}

#main input,select,textarea {
	border: 1px solid #bd7;
}

#main input:active,textarea:active,select:active {
	background-color: #df7;
}

#main input:focus,textarea:focus,select:focus {
	background-color: #df7;
}

#main fieldset {
	border: 1px solid #bd7;
}

#main fieldset legend {
	color: #7A0;
}

#main input[type="submit"] {
	background-color: #df7;
	width: auto;
}

#main input[type="checkbox"] {
	background-color: #df7;
	width: auto;
}

#main a.editor_cancel{
background-color: #bd7;
border-color: #7A0;
color: #7A0;
}