.prefs_form ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 12px;
}

.prefs_form label {
	white-space: nowrap;
}

.prefs_form .disabled-label {
	white-space: nowrap;
	color: #ccc;
}

.prefs_form fieldset {
	border: 1px solid #999;
	margin-top: 8px;
	padding: 4px 12px 4px 12px;
}

.prefs_form legend {
	font-weight: bold;
}

.prefs_form #form-message {
	border: 1px solid #0f0;
	margin-bottom: 12px;
	padding: 12px;
}

.prefs_form #form-errors {
	border: 1px solid #f00;
	margin-bottom: 12px;
	padding: 12px;
}

#email_format_attachment, #email_format_link {
	margin-left: 36px;
}