﻿body
{
    margin:0px;
    padding:0px;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    }
    
.modal-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: Black;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    z-index: 101;
    cursor: wait;
}
.modal-window
{
    position: fixed;
    top: 100px;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 1000;
    /*border: 1px solid #FFF;
    padding: 1px;*/
}

* html .modal-overlay   
{   
    position: absolute;   
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');   
}   

* html .modal-window   
{   
    position:absolute;   
}

#SignInBox
{
    border: 1px solid #999999;
    width: 300px;
    height: 240px;
    background-color: #fff;
}

.modal-window ul
{

    }
    
.modal-window li
{
    padding-top:4px;
    }    

#LoggedIntoForum
{
    position:relative;
    top:0px;
    left:0px;    
    font-family:Arial;
    font-size:12px;
    border-bottom:1px solid #999999;
    padding-bottom:10px;
    margin-bottom:20px;   
    height:18px;
    }
    
#AccountBox
{
    border: 1px solid #999999;
    width: 400px;
    height: 300px;
    background-color: #fff;    
    }    

input
{
    width:150px;
    }
    
th
{
    padding:10px;
    }    