﻿body 
{
    text-align:center;
    font-family:Calibri;
    font-size:14px;
    background-image:url('../images/BodyBg.jpg');
    background-repeat:repeat;
    margin:0 auto;
}

#CompanyName
{
    padding-top:25px;font-size:50px;line-height:40px;color:#f9671f;
}
#CompanyName strong{font-size:14px;color:#363636;}
#LoginHolder
{
    width:424px;
    margin-top:25px;
    background-image:url('../images/topshadow.png');
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:1px;
    padding-left:10px;
}
#contentHolder
{
    width:309px;
    height:300px;
    background-color:White;
    
}
#ContentBottomShadow
{
    width:309px;
    height:42px;
    background-image:url('../images/bottomshadow.png');
    background-repeat:no-repeat;
    background-position:center bottom;
}
#ContentbottomHolder
{
    width:309px;
    height:22px;
    background-color:White;
}
#Header
{
    width:279px;
    height:45px;
    border-bottom:dashed 1px #848180;
    font-size:22px;
    font-family:Calibri;
    padding-top:15px;
    text-align:left;
    padding-left:30px;
    color:#4f4f50;
    font-weight:bold;
}
#HolderTop
{
    margin-top:30px;
    width:190px;
    height:27px;
    padding:10px 15px 10px 15px;
    border:solid 1px #b2b1b1;
}
#HolderBottom
{
    width:190px;
    height:27px;
    padding:10px 15px 10px 15px;
    border:solid 1px #b2b1b1;
    border-top:none;
}
.IconHolder
{
    float:left;
    height:27px;
    width:27px;
}
.clear
{
    caption-side:bottom;
}
.controlholder
{
    float:right;
    width:160px;
    height:27px;
}
.logintxtcss
{
    height:18px;
    width:155px;
    padding-top:4px;
    border:none;
    font-size:15px;
}
#ButtonHolder
{
    width:309px;
    height:50px;
    padding-top:20px;
    text-align:center;
}
.loginbtncss
{
    width:220px;
    height:43px;
    background-color:transparent;
    border:none;
    background-image:url('../images/loginbtn.png');
    background-repeat:no-repeat;
    color:White;
    font-size:15px;
}
#lblerrorholder
{
    padding:10px 0px 10px 0px;
    text-align:center;
    font-size:14px;
    color:Red;
}
