#sharebox {
 float: left;
 right: 22px;
 background: #808080;
 position: absolute;
 border-radius: 3px;
 top: 400px;
 z-index: 1;
}
#sharebox .wdt {
 padding: 5px;
 text-align: center;
 overflow: hidden;
}
#sharebox.fixed {
 position: fixed;
 top: 20px;
}