﻿
.loginForm table
{
    width:360px;
    color:#666;
}


.loginForm td 
{
    border-bottom:1px solid dotted #ccc;
    padding:2px 5px 2px 5px;
    color:#666;
}


.loginForm input
{
    width:150px;
    border:1px solid #ccc;
    background-color:#e5e5e5;
    font-family:Arial;
    font-size:11px;
    color:#666;
}

.loginBut
{
    background:url(../gfx/buttons/login.jpg) no-repeat;
    width:38px;
    height:20px;
    display:block;
    margin-top:10px;
}


.loginBut:hover
{
    background:url(../gfx/buttons/login_f2.jpg) no-repeat;
}