diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 8568db62cbc0c5396fbcce99edbec647c8bf5bc3..2982b25d5e5b43ad4ae186cb5cd670b07c7779c1 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -68,7 +68,6 @@
  <input type="submit" name="save" value="Save changes" /> <input type="reset" value="Cancel" /><br />
  </p>
 </div>
- <hr />
 <!--
  <b>Enable load testing: </b>
 <input type="checkbox" name="enableloadtesting" value="true" <jsp:getProperty name="nethelper" property="enableLoadTesting" /> />
diff --git a/apps/routerconsole/jsp/configclients.jsp b/apps/routerconsole/jsp/configclients.jsp
index 7699eb725a7cbe0059853ce78f9cf9628d004ca3..9a06aa4d20007a9d12dd77cf902540772750cd9b 100644
--- a/apps/routerconsole/jsp/configclients.jsp
+++ b/apps/routerconsole/jsp/configclients.jsp
@@ -39,11 +39,11 @@ button span.hide{
  </p><p>
  <jsp:getProperty name="clientshelper" property="form1" />
  </p><p>
- <input type="submit" name="action" value="Save Client Configuration" />
- </p><p>
  <i>All changes require restart to take effect. To change other client options, edit the clients.config file.</i>
+ </p> <hr /><p>
+ <input type="submit" name="action" value="Save Client Configuration" />
  </p>
- <hr />
+<hr />
  <h3>WebApp Configuration</h3>
  <p>
  The Java web applications listed below are started by the webConsole client and run in the same JVM as the router.
diff --git a/apps/routerconsole/jsp/configtunnels.jsp b/apps/routerconsole/jsp/configtunnels.jsp
index cb195b5cab44de90bb5cdbc739938fb29f59d6e9..4a53940cd11ab2a21ad2a73c49b07836f92e9cea 100644
--- a/apps/routerconsole/jsp/configtunnels.jsp
+++ b/apps/routerconsole/jsp/configtunnels.jsp
@@ -40,11 +40,10 @@
  <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigTunnelsHandler.nonce")%>" />
  <input type="hidden" name="action" value="blah" />
  <jsp:getProperty name="tunnelshelper" property="form" />
- <hr />
  <i>Note - Exploratory tunnel setting changes are stored in the router.config file.</i></br>
  <i>Client tunnel changes are temporary and are not saved.</i><br>
  <i>To make permanent client tunnel changes see the </i><a href="i2ptunnel/index.jsp">i2ptunnel page</a>.<br>
- <input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" />
+ <hr /> <input type="submit" name="shouldsave" value="Save changes" /> <input type="reset" value="Cancel" />
  </form>
 </div>
 
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index fcceb6c3f2e6e8d1e79245937ac0faa90d216e9c..d8baddaf55710a59fe6dcb752e585271157cd38f 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -362,17 +362,11 @@ color:#ff6600
 .langbox {
 	  margin: 4px 2px 15px 5px;
 	  padding: 7px 5px 5px 5px;
-/*	  border: 1px solid #002;
-	  background-color: #e4e4ff; */
-	  color: black;
+	  color: #001;
 	  font-size: 7pt;
-	  -moz-border-radius: 4px 4px 4px 4px;
-	  -webkit-border-radius: 4px 4px 4px 4px;		
-	  border-radius: 4px 4px 4px 4px;
-	  width:120px;
+	  width: 120px;
 	  text-align: center;
 		float: right;
-/*	  background-image:url('images/lightbluetile.png');*/
 }
 
 hr {
@@ -380,7 +374,7 @@ color: #003;
 background-color: #003;
 height: 1px;
 border: 0px solid #003;
-margin: 10px 5px;
+margin: 10px 0;
 }
 
 input {