#editform fieldset {
	width: 510px;
	padding-bottom: 10px;
}

#editform div.optional input, #editform div.required input, #editform .tinytext, #editform .text, #editform .mediumtext, #editform .longtext {
	width: 390px;
}

#editform div.file {
	width: auto;
	margin-right: 10px;
}

#editform div.optional input.button {
	width: auto;
}

#editform span.radio input, #editform div span input.checkbox {
	width: auto;
}

#editform h2 {
	font-weight: bold;
	font-size: 1.3em;
}

#editform input.readonly {
	border: none;
	margin-top: 4px;
	width: 390px;
}
