diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 8386b66fbbe97a165103f9658a1aa0b8f8cbccad..dcccb657a5d332cd4f636d65a638dcb0c7907867 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -26,12 +26,12 @@
     System.setProperty("net.i2p.router.web.ConfigNetHandler.nonce", new java.util.Random().nextLong()+""); %>
  <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigNetHandler.nonce")%>" />
  <input type="hidden" name="action" value="blah" />
-
-<div class="configure" id="configure">
  <h3>Bandwidth limiter</h3>
  <p>
  <b>I2P will work best if you configure your rates to match the speed of your internet connection.</b>
- </p><p>
+ </p>
+<div class="configure" id="configure">
+<p>
     <table>
     <tr><td><input style="text-align: right; width: 5em;" name="inboundrate" type="text" size="5" maxlength="5" value="<jsp:getProperty name="nethelper" property="inboundRate" />" /> KBps
     In <td>(<jsp:getProperty name="nethelper" property="inboundRateBits" />)<br />
@@ -153,8 +153,7 @@
  </p><p><b>Note: Changing these settings will restart your router.</b>
  </p>
  <input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br />
- <hr />
- <b><a name="chelp">Configuration Help:</a></b>
+<h3><a name="chelp">Configuration Help:</a></h3>
  <p>
  While I2P will work fine behind most firewalls, your speeds and network integration will generally improve
  if the I2P port (generally 8887) is forwarded for both UDP and TCP.
@@ -189,8 +188,7 @@
     hostname, or do not properly configure your NAT or firewall, your network performance will degrade
     substantially.  When in doubt, leave the settings at the defaults.</p>
  </p>
- <hr />
- <b><a name="help">Reachability Help:</a></b>
+<h3><a name="help">Reachability Help:</a></h3>
  <p>
  While I2P will work fine behind most firewalls, your speeds and network integration will generally improve
  if the I2P port (generally 8887) to both UDP and TCP.
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index d50a3cfcbff80b67fa685e6cd07c8fb6c1e35671..11ebd452970b3acd1de5031300c59eb659839a40 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -322,7 +322,8 @@ h1 {
      font-style: normal;
      letter-spacing: 0.15em;
      text-transform: uppercase;
-     text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9);
+     text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9);
+     -moz-box-shadow: inset 0px 0px 16px 1px #eef;
      white-space: normal;
      background-color: #ddddff;
      border: 1px solid #002;
@@ -360,7 +361,8 @@ h2 a:hover {
 
 h3 {
      border: 1px solid #002;
-     padding: 3px 4px 3px 4px	;
+     border-left: 5px solid #002;
+     padding: 3px 5px 3px 5px	;
      margin: 20px 0 15px 0;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;