#login_screen {
    width:920px;
    overflow:auto;
    
    cursor:default;
}

#login_screen .h2{
    font-size:20px;
}

#login_screen .content{
    font-size:12px;
}

#login_screen .login_table {
    background:none;
    /*border:1px solid #000000;*/
}

#login_screen .test_table {
    width:100%;
    background:none;
    /*border:1px solid #000000;*/
}
#login_screen .close {
    width:20px;
    height:20px;
    background-image:url(../images/icons/del.png);
    background-repeat:no-repeat;
    position:absolute;
    right:2px;
    top:2px;
    cursor:pointer;
}

.waiter {
    display:block;
    width:920px; 
    height:100px; 
    text-align:center; 
    font-size:20px;
    margin-top:60px;
    border:1px solid #000000;
}

.mediaclip_start_button {
    position:absolute;
    top:53px;
    left:5px;
    z-index:10000;
    width:196px;
}
.flash {
    z-index:1;
}


