diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css
index f8756584e16452ac7bc6cd519f150e6736d0ecf6..e01bff477b72aa4109f5d3b391676f7a7abdab7d 100644
--- a/installer/resources/themes/console/dark/default.css
+++ b/installer/resources/themes/console/dark/default.css
@@ -33,12 +33,24 @@ h4, label {
     font-size :   1.0em;
     -moz-box-sizing: border-box;
     box-sizing :     border-box;
+		padding: 5px 0 !important;
 }
 
 h4 {
-    font-size : 1.2em;
+    font-size : 14px;
     text-align : center;
-    width : 750px;
+    width : 100%;
+		border: 1px solid #99f;
+		margin: 5px 0 15px 0;
+	  background: url(images/tabletitledark.png);
+	  background-color: #002;
+		text-transform: uppercase;
+	  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
+		letter-spacing: 0.08em;
+    -moz-box-shadow: inset 0px 0px 4px 0px #009; 
+	  border-radius: 4px;
+	  -moz-border-radius: 4px;
+	  -webkit-border-radius: 4px;	
 }
 
 a {
@@ -131,11 +143,11 @@ hr {
     clear : both;
     height : 1px;
     margin : 3px 0px 3px 0px;
-    border-bottom : 1px solid #9999ff;
+    border-bottom : 1px solid #99f;
 }
 
 .subdivider {
-    border-bottom : 1px solid #9999ff;
+    border-bottom : 1px solid #99f;
     padding: 5px 0px 0px 0px;
 }
 
@@ -236,6 +248,8 @@ color:#ff6600
     background-color : #003;
   	border : 1px solid #f22;
 	  background: url(images/lightbluetile.png);
+		-moz-box-shadow: inset 0px 0px 4px 0px #f00; 
+		padding: 5px 20px 11px 10px !important;
 }
 
 #globalOperationsPanel .control {
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index c793e94a0ede3b83dfae38ec9c4d277c5054c4f6..d7cedce5d2f7ebe9e87a946d41424795f9370161 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -33,12 +33,25 @@ h4, label {
     font-size :   1.0em;
     -moz-box-sizing: border-box;
     box-sizing :     border-box;
+		padding: 5px 0 !important;
 }
 
 h4 {
-    font-size : 1.2em;
+    font-size : 14px;
+ 		color: #001;
     text-align : center;
-    width : 750px;
+    width : 100%;
+		border: 1px solid #225;
+		margin: 5px 0 10px 0;
+	  background: url(images/tabletitlelight.png);
+	  background-color: #002;
+		text-transform: uppercase;
+	  text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9);
+		letter-spacing: 0.08em;
+    -moz-box-shadow: inset 0px 0px 4px 0px #bbf; 
+	  border-radius: 4px;
+	  -moz-border-radius: 4px;
+	  -webkit-border-radius: 4px;	
 }
 
 a {
@@ -188,7 +201,7 @@ color:#ff6600
 	  text-align : left;
     font-size : 0.8em;
 	  background-color : #fff;
-	  background: url(images/tabletile.png);
+	  background: url(images/lightbluetile.png);
 	  -moz-border-radius: 4px 4px 4px 4px;
 	  border: 1px solid #002;
 	  padding: 10px 20px;
@@ -227,7 +240,9 @@ color:#ff6600
 
 #globalOperationsPanel {
     background-color : #ddddff;
-	border : 1px solid #f22;
+	  border : 1px solid #f22;
+		-moz-box-shadow: inset 0px 0px 4px 0px #f00; 
+		padding: 5px 20px 11px 10px !important;
 }
 
 #globalOperationsPanel .control {