diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 159f497a3399d69ec39e1e12517ea4b12014be1c..460b21d1bc01018480a1c8e0a4ee7446eb8ec088 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -321,15 +321,15 @@ div.main textarea {
 }
 
 div.news {
-     margin: 5px 5px 1px 205px;
+     margin: -4px 5px 1px 205px;
      padding: 5px 30px 10px 30px;
      border: 1px solid #494;
      background: #000;
      background: #0d0d09 url("images/bg2.png")no-repeat scroll bottom right;
      color: #7b7;
-     border-radius: 4px 4px 0 0;
+/*     border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
-     -khtml-border-radius: 4px 4px 0 0;
+     -khtml-border-radius: 4px 4px 0 0;*/
      font-size: 7.5pt;
      text-align: right;
      -moz-box-shadow: 0 1px 5px #000;
@@ -643,7 +643,7 @@ p {
 h1 {
      text-align: left;
      color: #EE9;
-     padding: 16px 15px;
+     padding: 15px 15px 17px;
      margin: 0 5px 0px 205px !important;
      font-size: 17pt;
      font-weight: bold;
@@ -657,9 +657,9 @@ h1 {
      background: #000 url('images/header.png') center center;
      background-image: -moz-linear-gradient(top, bottom, from(#000), to(#030), color-stop(30%, #000), color-stop(100%, #000));
      border: 1px solid #494;
-     border-radius: 4px;
-     -moz-border-radius: 4px;
-     -khtml-border-radius: 4px;
+     border-radius: 4px 4px 0 0;
+     -moz-border-radius: 4px 4px 0 0;
+     -khtml-border-radius: 4px 4px 0 0;
      line-height: 120%;
      min-width: 620px;
      -moz-box-shadow: 0 1px 5px #000;