﻿   #headerbuttons
    {
        padding:10px 40px 0px 40px;
        width:auto;
    }

    #headerbuttons #header_leftbuttons a, #headerbuttons #header_leftbuttons span
    {
        text-decoration:none;
        font-weight:600;
        font-size:0.75em;
    }
    
    #headerbuttons a img
    {
        border:none;
        
    }
    
     #headerbuttons #header_leftbuttons
     {
         float:left;
     }
    #headerbuttons .logo
    {
        float:right;
        padding-top:0;
        margin-top:0;
        margin-right:0px;
    }
    .clear
    {
        clear:both;    
    }
    
