﻿.Button-Blue, .Button-Black
{
    text-decoration:none;
    background-repeat:repeat-x;
    color:#fff;
    height:26px;    
    display:inline-block;
    text-align:center;
    line-height:26px;
    vertical-align:middle;
    font-weight:bold;
    text-shadow:1px 1px #000, 1px 1px #444; /* Unsupported browsers won't get a shadow */
    padding-left:8px;
    padding-right:8px;
}

.Button-Blue
{
    background-image:url(images/button-blue-bg.png); border:solid 1px #00487a;
}

.Button-Black-Big { width: 70px; height: 21px; /*background-image:url(images/userswitcher-login-button-bg.png); background-repeat:repeat-x; */ 
                    color: #fff; text-decoration: none; font-size: .8em; padding: 3px 5px 3px 5px; border: none; position: relative; background-color: #595959; }