﻿#LoggedIntoForum ul
{
    padding:0px;
    margin:0px;
    list-style:none;
    }
    
#LoggedIntoForum .ULRight
{
    float:right;
    }    

#LoggedIntoForum li
{
    float:left;
    padding-right:5px;
    margin-right:5px;
    }

#LoggedIntoForum li a
{
    text-decoration:none;
    color:#999999;
    }
    
#LoggedIntoForum li a:hover
{
    text-decoration:underline;
    }    
    
#LoggedIntoForum .last
{
    padding-right:0px;
    }  
    
#ForgottenPasswordBox
{
    border: 1px solid #999999;
    width: 300px;
    height: 240px;
    background-color: #fff;    
    }     

.PadingCell
{
    height:25px;
    }     
    
input
{
    width:200px;
    }  
    
#SignInBox input
{
    width:150px;
    }    
    
td
{
    padding:3px;
    }        
