diff --git a/installer/resources/themes/console/images/graytile.png b/installer/resources/themes/console/images/graytile.png
new file mode 100644
index 0000000000000000000000000000000000000000..4757e8812d73c213bc441c3e70cc72490a100ddb
Binary files /dev/null and b/installer/resources/themes/console/images/graytile.png differ
diff --git a/installer/resources/themes/console/images/snark_add.png b/installer/resources/themes/console/images/snark_add.png
index 29b85431d26f2bd77c349ba9b63ee0f816b46584..f15ccddddcf7c79c64bcbc355b96e2110df8fa76 100644
Binary files a/installer/resources/themes/console/images/snark_add.png and b/installer/resources/themes/console/images/snark_add.png differ
diff --git a/installer/resources/themes/console/images/snark_create.png b/installer/resources/themes/console/images/snark_create.png
index 54e3f5b885a797ca9428bb64b03d1fd244adc483..d975cdce2282b3c0cfd98294baa08f8791dd546b 100644
Binary files a/installer/resources/themes/console/images/snark_create.png and b/installer/resources/themes/console/images/snark_create.png differ
diff --git a/installer/resources/themes/console/snark.css b/installer/resources/themes/console/snark.css
index c468349924da1190cd66f13f8e69333ebacca081..a12b6677d0def0c338559b2f4765d30ec582db54 100644
--- a/installer/resources/themes/console/snark.css
+++ b/installer/resources/themes/console/snark.css
@@ -1,7 +1,7 @@
 /* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
 
 body {
-     background: #333;
+     background: #333 url('../console/images/graytile.png');
      color: #001;
      font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
 }
@@ -208,22 +208,12 @@ p {
      line-height: 150%;
 }
 
-hr {
-     color: #003;
-     background: #003;
-     height: 1px;
-     border: 0px solid #003;
-     width: 100%;
-     margin: 10px 0 7px 0;
-     text-align: center;
-}
-
 hr {
      color: #444;
      background: #444;
      height: 1px;
      border: 0px solid #444;
-     width: 100%;
+     width: 0%;
      margin: 5px 0 7px 0;
      text-align: center;
 }
@@ -277,7 +267,8 @@ input[type=submit]:hover {
 
 input[type=submit]:active {
      background: #000 !important;
-	 color: #777;
+	 color: #f60 !important;
+	 text-shadow: 0 !important;
 }
 
 input[type=text]:active, input[type=text]:hover, input.r:hover {