.share {
    width:480px;
    min-height:15px;
    padding:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#ff0099;
    margin-top:5px;
}

.shareinput {
    height:25px;
    background:#e2e2e2;
    font-family:Arial;
    font-size:11pt;
    color:#515C4B;
    border:0px;
}

.twitter {
    position:fixed;
    bottom:0px;
    right:0px;
    z-index: 999;
}

.fblike {
    position:absolute;
    top:-25px;
    left:565px;
    height:25px;
    width:85px;
}