.white_content 
{
            display: none;
            position: absolute;
            vertical-align: center;
            width: 270px;
            top: 200px;
            height: 220px;
            padding: 16px;
            border: 1px solid black;
            background-color: white;
            z-index:1002;
            overflow: auto;
            color: black;
            font-family: verdana;
            font-size: 7pt;
}

.login_stuck 
{
            display: none;
            width: 270px;
            height: 220px;
            padding: 16px;
            border: 1px solid black;
            background-color: white;
            z-index:1002;
            overflow: auto;
            color: black;
            font-family: verdana;
            font-size: 7pt;
}

.xyz_main {
    width: 300px;
    border: 0px;
    height: 1px;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 50%;
    margin-left: -150px;
}
