.node{
    width: 100;
    padding: 10px;
    color: #fff300;
    background-color: #000066;
    -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    border: 1px solid #fff300;
    font-size: 12px !important;
    box-shadow: 0px 1px 3px #666666;
      text-shadow: 1px 1px 3px #666666;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2d2df0), to(#000066));
      background: -moz-linear-gradient(top, #2d2df0, #000066);;		
}