﻿body 
{
    margin:0 auto;
    text-align:center;
    font-family:Verdana;
    background-color:#fafafa;
    background-image:url('../Images/Bg.jpg');
    background-repeat:repeat-x;
    background-position:top center;
}
#MainDiv
{
    width:980px;
    background-image:url('../Images/HeaderTop.png');
    background-repeat:no-repeat;
    background-position:top center;
    height:500px;
}
#CompanyName
{
    position:relative;
    padding-top:60px;
    height:101px;
    font-size:30px;
    color:White;
    font-weight:600;
    
}
#LoginHolder
{
    width:400px;
    clear:both;
    height:203px;
    padding-top:80px;
    padding-bottom:10px;
    background-image:url('../Images/box-shadow.png');
    background-repeat:no-repeat;
    background-position:bottom center;
}

#LoginMid
{
    width:400px;
    height:180px;
    float:left;
    background-color:#fdfdfd;
    border:solid 10px #c8c8c8;
}

.HeaderText
{
    padding:0px 0px 0px 10px;
    height:34px;
    font-size:13px;
    font-weight:600;
    color:#444343;
    text-align:left;
    font-family:Verdana ;
    background-image:url('../Images/bg-header.png');
    background-repeat:repeat-x;
    background-position:top left;
    border-bottom:solid 1px #2b5177;
}
.IconHeader
{
    padding-left:32px;
    padding-top:10px;
    height:24px;
    background-image:url('../Images/divider-header.png');
    background-repeat:no-repeat;
    background-position:left center;
}
.LoginCRows
{
    height:50px;
    font-size:11px;
    font-weight:600;
    color:#666666;
    text-align:left;
    background-image:url('../Images/LoginCRow.jpg');
    background-repeat:repeat-x;
    background-position:top left;
}
.LoginText
{
    width:80px;
    float:left;
    height:35px;
    padding:15px 0px 0px 12px;
    border-right:solid 1px #e7e7e7;
}
.LoginTextBox
{
    padding-left:10px;
    padding-top:10px;
    font-size:12px;
    text-align:left; 
    float:left;
}
.LoginTextBoxCss
{
    width:280px;
    height:19px;
}
.ErrorMsg
{
    font-size:11px;
    color:Red;
    text-align:center;
    float:left;
    
    
}
.LoginBottonHolder
{
    width:94%;
    padding:3%;
    padding-top:10px;
    font-size:12px;
    border-top:solid 2px #c8c8c8;
}
.LoginBtn
{
    width:60px;
    height:25px;
    float:right; margin-left:10px;
    background-color:#8495ad;
    border:solid 1px #75808e;
    color:#fff;
    cursor:pointer;
}