



#call {
    left:93.3%;
    position: fixed;
    top: 0%;
    z-index: 10000;
}
#call a img {
    display: block;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;

}

#call a img:hover { 

}


#chat { 
    left:93.3%;
    position: fixed; 
    top: 44%; 
    z-index: 10000;

}

#chat a img{ 
    display: block;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;


}

#chat a img:hover { 

}

#sms { 
    left:93.3%;
    position: fixed; 
    top: 26%; 
    z-index: 10000;
    /*
    //transform: rotate(-90deg);
    //-webkit-transform: rotate(-90deg); 
    //-moz-transform: rotate(-90deg); 
   // -o-transform: rotate(-90deg); 
   // filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    */
}

#sms a img{ 
    display: block;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;

    padding: 10px 20px;
    text-decoration: none;


}

#sms a img:hover { 

}