<style>
*{margin:0px;padding:0px;border:0px;}
body{font-size:12px}
#demo1{
height:auto;
text-align:left;
}
#demo2{
height:auto;
text-align:left;
}
#demo1  li{
list-style-type:none;
height:22px;
background:url() no-repeat left center;
text-align:left;
text-indent:15px;
}
#demo2  li{
list-style-type:none;
height:22px;
background:url() no-repeat left center;
text-align:left;
text-indent:15px;
}
/*********************fixed**************************/
#fixed {
    position:fixed;
    top:10%;
    right:0px;
    padding: 5px 0px;
    width: 29px;
    text-align: center;
}
#fixed a:link {
    color: #075db3;
}

#fixed a:link, #fixed a:visited, #fixed a:active {
    border: medium none !important;
    color: #fff !important;
}
#fixed a {
    opacity: 1.0;
    cursor: pointer;
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    line-height: 1.5;
}

#fixed #green_channel_digg {
    background-color: #2daebf;
}
#fixed #green_channel_follow {
    background-color: #e33100;
}
#fixed #green_channel_favorite {
    background-color: #ffb515;
}
#fixed #green_channel_contact {
    background-color:#816d65;
    color: #816d65;
}

</style>