input[type="submit"].submitdelete {
	display: inline;
	margin: 3px 0;
	border: none;
	border-bottom: solid 1px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
}
.stuffbox h3 {
	cursor: default;
}
.stuffbox h3 label {
	vertical-align: initial;
}
.stuffbox h3 .checkbox {
	margin-right: 8px;
	vertical-align: baseline;
	cursor: pointer;
}
.stuffbox .field {
	margin: 1em 0;
}
.stuffbox .fields {
	list-style: none;
	margin: 1em 0;
}
.stuffbox .fields li {
	display: inline-block;
	width: 175px;
	vertical-align: middle;
}
.stuffbox .fields li span {
	width: 50px;
	display: inline-block;
}
.stuffbox .field .checkbox,
.stuffbox .fields .checkbox {
	margin-right: 4px;
	vertical-align: baseline;
	cursor: pointer;
}
.stuffbox .fields .textbox {
	width: 100px;
}
.stuffbox.import .inside {
	padding: 8px 10px 0;
}
.stuffbox.import .textarea {
	width: 255px; height: 90px;
	resize: none;
}
.stuffbox.export .inside {
	padding: 8px 10px 4px;
}
.stuffbox.export .textarea {
	width: 255px; height: 45px;
	resize: none;
}
#minor-publishing-actions {
	padding: 4px 10px 8px;
}
#importing-action {
	text-align: right;
	float: right;
	line-height: 23px;
}
.stuffbox.disabled .hide-on-disabled {
	display: none;
}