Couple of small sample style changes.
Patch by: jgw
Review by: knorton (desk check)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1156 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/kitchensink/src/com/google/gwt/sample/kitchensink/public/KitchenSink.css b/samples/kitchensink/src/com/google/gwt/sample/kitchensink/public/KitchenSink.css
index d0d5ea5..4de0fc4 100644
--- a/samples/kitchensink/src/com/google/gwt/sample/kitchensink/public/KitchenSink.css
+++ b/samples/kitchensink/src/com/google/gwt/sample/kitchensink/public/KitchenSink.css
@@ -104,6 +104,7 @@
 
 .gwt-TabPanelBottom {
   background-color: #E8EEF7;
+  border-top: 4px solid #87B3FF;
 }
 
 .gwt-TabBar {
@@ -111,34 +112,29 @@
 }
 
 .gwt-TabBar .gwt-TabBarFirst {
-  font-size: 12pt;
-  border-bottom: 2px solid #87B3FF;
-  border-right: 2px solid #87B3FF;
-  padding-left: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarRest {
-  border-bottom: 2px solid #87B3FF;
-  padding-right: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarItem {
-  border-top: 2px solid #C3D9FF;
-  border-right: 2px solid #87B3FF;
-  border-bottom: 2px solid #87B3FF;
-  padding: 2px;
+  padding: 4px;
   cursor: pointer;
   cursor: hand;
+
+  background-color: #e8eef7;
+  border-bottom: 2px solid white;
+  margin-right: 2px;
 }
 
 .gwt-TabBar .gwt-TabBarItem-selected {
+  padding: 4px;
   font-weight: bold;
-  background-color: #E8EEF7;
-  border-top: 2px solid #87B3FF;
-  border-right: 2px solid #87B3FF;
-  border-bottom: 2px solid #E8EEF7;
-  padding: 2px;
   cursor: default;
+
+  background-color: #87b3ff;
+  border-bottom: 2px solid #87b3ff;
+  margin-right: 2px;
 }
 
 .gwt-TextArea {
diff --git a/samples/mail/src/com/google/gwt/sample/mail/public/Mail.css b/samples/mail/src/com/google/gwt/sample/mail/public/Mail.css
index 224473be..5bc27c6 100644
--- a/samples/mail/src/com/google/gwt/sample/mail/public/Mail.css
+++ b/samples/mail/src/com/google/gwt/sample/mail/public/Mail.css
@@ -27,7 +27,6 @@
 
 .gwt-DialogBox .Caption {
 	background: url(gradient.gif) repeat-x top left;
-	background-color: #f00;
 	font-weight: bold;
 	cursor: default;
 	padding: 5px 10px;