diff --git a/src/webui/css/style.css b/src/webui/css/style.css
index 416d8b11d..64f2587ec 100644
--- a/src/webui/css/style.css
+++ b/src/webui/css/style.css
@@ -289,4 +289,16 @@ a.tristate {
a.checked { background-position: 0 -13px; }
a.partial { background-position: 0 -26px; }
+fieldset.settings {
+ border: solid 1px black;
+ border-radius: 8px;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ padding: 4px;
+}
+fieldset.settings legend {
+ margin-left: 8px;
+ padding: 4px;
+ font-weight: bold;
+}
diff --git a/src/webui/html/preferences_content.html b/src/webui/html/preferences_content.html
index 4417eddf3..e47271f6c 100644
--- a/src/webui/html/preferences_content.html
+++ b/src/webui/html/preferences_content.html
@@ -1,6 +1,6 @@
-