  .kva_statusbar{
      position: fixed;
	  top: 0;
      left: 0px;
      right: 0px;
      height: 25px;
      padding: 0;
      background: #464451;
      color: white;
      opacity: .70;
      filter: alpha(opacity="70");
      z-index: 200;
      overflow: hidden;
      overflow-y: auto;
    }
    .statusbar_text{
		color: #ffffff;
		font-size: 12px;
		padding: 7px 10px 0 10px; 
	}
    .statusbar_text a{color: #ffffff;}
