﻿/*********************************************************/
/*                 login Button                           */
/*********************************************************/

#loginButton  
{
    position: relative;
    top: 5px;
    width: 57px;
    color: #FFFFFF;
    height: 34px;
}


#loginButton a
{
    
    background-repeat: no-repeat;
    display: block;
    width: 57px;
    height: 17px;
    border-width: 0;
}

#loginButton a:hover
{
    
    background-repeat: no-repeat;
    display: block;
    width: 57px;
    height: 17px;
    border-width: 0;
    background-position: 0 -17px;
}

#loginButton a:active
{
    border-width: 0;
}

/*********************************************************/
/*                 logout Button                         */
/*********************************************************/


#logoutButton  
{
    position: relative;
    top: 5px;
    width: 57px;
    color: #FFFFFF;
    height: 34px;
}


#logoutButton a
{
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 17px;
    border-width: 0;
}

#logoutButton a:hover
{
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 17px;
    border-width: 0;
    background-position: 0 -17px;
}

#logoutButton a:active
{
    border-width: 0;
}