﻿

.UserScreenItemMenu
{
    position: absolute;
    z-index:20;
    background: SteelBlue;
    color:White;
    box-shadow: 2px 2px 5px #888888;
    border-top:none;
    transition:all .25s linear;
   
    float:right;
    height:0px;
    width:0px;
    right:15px;
    text-align:center;
    overflow:hidden;
}


.UserScreenItemMenuLink
{
    cursor:pointer;
    text-align:center;
    width:100%;
    border-bottom:1px solid white;
    
    height:45px;
    line-height:45px;
    font-size:12px;

}



#UserScreenItemName
{
    width:200;
}

#UserScreenItemPasswordID
{
    width:200;
}


#UserScreenItemPassword
{
    width:200;
}



#UserScreenItemPasswordNotes
{
    width:200;
}

#UserScreenItemMemo
{
    width:300;
}

#UserScreenItemURL
{
    width:200;
}