body {
   margin: 0;
   padding: 0;
   background: #BCE0A0;
   color: #000;
   text-align: left;
   font: 85% verdana, arial, helvetica, sans-serif;
}

#pane {
   margin-right: auto;
   margin-left: auto;
   padding: 0;
   background: #BCE0A0;
   top: 3px;
   position: relative;
   width: 780px;
}

#shadholder {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
#shadholder .shad2,
#shadholder .shad3,
#shadholder .shadclient {
    position: relative;
    left: -1px;
    top: -1px;
}
#shadholder .shad1 {
    background: #A2BB94;
}
#shadholder .shad2 {
    background: #95A88A;
}
#shadholder .shad3 {
    background: #86937F;
}
#shadholder .shadclient {
    background: #ffffff;
    border: 1px solid #6E6E6C;
    padding: 10px;
}