diff --git a/apps/routerconsole/jsp/configadvanced.jsp b/apps/routerconsole/jsp/configadvanced.jsp
index a2f758fc2bd0a0ad6537893814d1a1a89a6ed9d6..96750c46576ff9cba02066624c1cf9eefb376051 100644
--- a/apps/routerconsole/jsp/configadvanced.jsp
+++ b/apps/routerconsole/jsp/configadvanced.jsp
@@ -29,7 +29,7 @@
     System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %>
  <input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce")%>" />
  <input type="hidden" name="action" value="blah" />
- <textarea rows="20" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br />
+ <textarea rows="32" cols="100" name="config" wrap="off"><jsp:getProperty name="advancedhelper" property="settings" /></textarea><br />
 <p>
  <input type="submit" name="shouldsave" value="Apply" /> <input type="reset" value="Cancel" />
 </p><p>
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index b9d923bbdccac8c395ef8360231d151b774ce90e..fcceb6c3f2e6e8d1e79245937ac0faa90d216e9c 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -306,7 +306,7 @@ h2{
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	border-bottom-color: #000022;
-	padding: 5px;
+	padding: 5px 10px;
 	wordwrap: none;
 	border: 1px solid #002;
 	border-radius: 4px;
@@ -323,12 +323,18 @@ h2 a:hover {
 	padding-bottom: 5px;
 } 
 
-
+h3 {
+	border-bottom-width: 1px;
+	border-bottom-style: solid;
+	border-bottom-color: #000022;
+	padding-bottom: 5px;
+}	
+	
 button { 
 border: 1px outset #ddddc0;
 padding: 0px 3px 1px 3px;
 line-height: 250%;
-background-color: #bbf;
+background-color: #bbf !important;
 text-decoration: none;
 	border-radius: 4px;
 	-moz-border-radius: 4px;
@@ -354,19 +360,19 @@ color:#ff6600
 	 }
 	 
 .langbox {
-	  margin: 12px 0px 15px 5px;
+	  margin: 4px 2px 15px 5px;
 	  padding: 7px 5px 5px 5px;
-	  border: 1px solid #002;
-	  background-color: #e4e4ff;
+/*	  border: 1px solid #002;
+	  background-color: #e4e4ff; */
 	  color: black;
-	  font-size: 8pt;
+	  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;
 	  text-align: center;
 		float: right;
-	  background-image:url('images/lightbluetile.png');
+/*	  background-image:url('images/lightbluetile.png');*/
 }
 
 hr {