﻿
#loginForm
{
    width:422px;
    margin-bottom:15px;
    margin:auto;
}

.loginBackgroundHeader
{
     background:url(../gfx/contactUs/top.jpg) no-repeat;
     height:23px;
     padding-top:18px;
     padding-left:30px;
     font-family:Arial;
     font-weight:bold;
     font-size:11px;
     color:#fff;
}


.loginBackground
{
    background: url(../gfx/contactUs/middle.jpg) repeat-y;
    padding:12px 20px 0px 30px;
}


.loginBackground table
{
    width:360px;
}


.loginBackground td 
{
    border-bottom:1px solid dotted #ccc;
    padding:2px 5px 2px 5px;
}



.loginBackground input
{
    height:12px;
    width:250px;
    line-height:10px;
    font-family:Arial;
    font-size:11px;
    color:#666;
}

