
/* The bouncing box */

#box_b{
    height:52px;
    width:250px;
    color:#494848;
    font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
    z-index: 1000;

}

#btn{
    height:52px;
    width:52px;
    cursor:pointer;
    float:left;
    display: block;
    background-image:url('../images/follow1.png')  ;
    z-index: 1001;
}



#ctn{
    height:42px;
    width:150px;
    z-index: 1001;
    background-image:url('../images/bg_ctn.png') ;
    float:left;
    padding: 10px 0px 0 10px;
}

