﻿.LoginForm
{
    width:250px;
    height:280px;
    margin:80px auto;
    background:url(../../images/logoLock.jpg) no-repeat;
    padding-top:65px;
    direction:ltr;
    text-align:left;
    padding-left:250px;
    font-size:12px;
    position:relative;
    font-family:Arial;
    border:solid 1px #AEBACA;
    }
.LoginForm   .bolder
{
    font-weight:bolder;
    font-size:14px;
    color:#010101;
}  
.LoginForm table
{direction:rtl;}

.LoginForm table td
{
    text-align:right;
}
.grayLine
{
    position:absolute;
    background:#AEBACA;
    top:249px;
    width:300px;
    left:200px;
    height:20px;
}
.btn{ background:url(../../images/newsLetterBtn.jpg) top right no-repeat; cursor:pointer; cursor:hand; display:block; width:82px; height:25px; overflow:hidden; float:left; color:#474747; text-align:center; padding-top:2px; text-decoration:none;}
.btn a{color:#474747;text-decoration:none; }