diff --git a/mozilla/webtools/testopia/testopia/css/default.css b/mozilla/webtools/testopia/skins/standard/testopia.css
old mode 100755
new mode 100644
similarity index 81%
rename from mozilla/webtools/testopia/testopia/css/default.css
rename to mozilla/webtools/testopia/skins/standard/testopia.css
index c51b84c3480..d678125e6b0
--- a/mozilla/webtools/testopia/testopia/css/default.css
+++ b/mozilla/webtools/testopia/skins/standard/testopia.css
@@ -1,3 +1,51 @@
+
+#header .label {
+ display: none;
+}
+
+#header .testopia_links {
+ background: #546292;
+}
+
+#header li.tr_find {
+ position:absolute;
+ top:0px;
+ right:10px;
+}
+#header li.tr_saved_search {
+ position:absolute;
+ top:2px;
+ right:185px;
+}
+
+#header .testopia_btn {
+ background-color:#546292;
+ color:#ffffff;
+ font-weight:bold;
+ font-size:100%;
+ border:none;
+}
+
+#footer li.tr_find {
+ position:absolute;
+ top:2px;
+ right:10px;
+}
+
+#footer li.tr_saved_search {
+ position:absolute;
+ top:4px;
+ right:185px;
+}
+#footer .tr_btn {
+ background-color: #808285;
+ font-size: 80%;
+ color:#ffffff;
+ font-size:100%;
+ border:none;
+}
+
+/* old default.css */
textarea {
background-color: #fff;
border: 1px solid #999;
@@ -178,4 +226,4 @@ h3 {
dt {
font-weight: bold;
font-size: medium;
-}
\ No newline at end of file
+}
diff --git a/mozilla/webtools/testopia/template/en/default/testopia/admin/access-list.html.tmpl b/mozilla/webtools/testopia/template/en/default/testopia/admin/access-list.html.tmpl
index a6bc764817c..f2e741dfd67 100644
--- a/mozilla/webtools/testopia/template/en/default/testopia/admin/access-list.html.tmpl
+++ b/mozilla/webtools/testopia/template/en/default/testopia/admin/access-list.html.tmpl
@@ -19,7 +19,8 @@
#%]
-[% PROCESS global/header.html.tmpl %]
+[% PROCESS global/header.html.tmpl
+ style_urls = ['testopia.css'] %]