 #song {
     width: 825px;
     border: 1px solid #CCCCCC;
     overflow: hidden;
     clear: left;
     padding: 10px;
     background-color: #F0F0F0;
     border-radius: 5px 5px 5px 5px;}
 .note {width: 60px; margin: 5px; float:left;}
 .head {color: #660000; width: 55px; margin: 5px; float: left; text-align: center}
 .notehead {background-color: #F0F0F0; width: 70px; float: left}

 .itembox {
     overflow: hidden;
 }
 .trash {
     height: 25px;
     margin-top: 5px;
     margin-left: 10px;
     width: 25px;
     float:left;
 }

 #selector {
     float:left;
 }

 .plus {
     height: 25px;
     margin-right: -15px;
     margin-top: 5px;
     margin-left: 10px;
     width: 25px;
     float:left;
 }

 .plus.main {
     margin-top: -2px;
 }

 .errortext {
     left: 845px;
     margin-top: 10px;
     position: absolute;
 }

 .renderPanel {
     width: 825px;
 }

 .play {
     float: right;
 }

 .highlighted {
     background-color: #FFF0D0;
 }

 .selected {
     background-color: #80ff80;
 }

 .unselected {
     background-color: #F0F0F0;
 }

 .key {
     padding: 10px;
     margin: 10px 10px 10px 30px;
     border: 1px solid black;
     width: 30px;
     float: left;
     text-align: center;
 }

 .smallkey {
      padding: 5px;
      margin: 10px 2px 10px 17px;
      border: 1px solid black;
      width: 15px;
      font-size: 7pt;
      float: left;
      text-align: center;
  }

 .half {
     padding: 5px;
     margin: 10px 10px 3px 10px;
     width: 15px;
     float: left;
 }

 .quarter {
     padding: 5px;
     margin: 10px 0px 3px 0px;
     width: 15px;
     float: left;
 }

 .lattice {
     clear: left;
 }