﻿body 
{
    margin:0 auto;
    font-family:Verdana;
    text-align:center;
}
#TopHeader
{
    width:94%;
    padding:2%;
    color:White;
    text-align:left;
    font-family:Georgia;
    font-size:40px;
    border-bottom:2px solid #c0db0c;
}
#LoginMainHolder
{
    width:100%;
    padding-top:120px;
    background-color:White;
}
#LoginHolder
{
    width:600px;
    border:10px solid #e1ecf4;
}
#LoginTopHolder
{
    width:100%;
    height:13px;
    background-image:url('../Images/LoginTop.jpg');
    background-repeat:no-repeat;
    background-position:center;
}
#LoginBottomHolder
{
    width:100%;
    height:13px;
    background-image:url('../Images/LoginBottom.jpg');
    background-repeat:no-repeat;
    background-position:center;
}
#LoginMiddleHolder
{
    width:94%;
    padding:2% 3%;
    min-height:200px;
    background-image:url('../Images/LoginMiddle.jpg');
    background-repeat:repeat-y;
    background-position:center;
}
#LoginHeader
{
    padding-bottom:20px;
    text-align:left;
    font-size:25px;
    color:#308ee5;
    font-weight:600;
}
#loginLeftPart
{
    width:35%;
    float:left;
    font-size:11px;
    line-height:17px;
    text-align:left;
    color:Black;
    min-height:200px;
    padding-bottom:15px;
    background-image:url('../Images/LoginLock.jpg');
    background-repeat:no-repeat;
    background-position:left bottom;
}
#loginLeftPart a
{
    color:#b35e2b;
    text-decoration:none;
}
#LoginRightPart
{
    width:65%;
    float:right;
    min-height:200px;
}
#LoginBlock
{
    width:360px;
}
#LoginBlockTop
{
    width:100%;
    height:9px;
    background-image:url('../Images/LoginBlockTop.jpg');
    background-repeat:no-repeat;
    background-position:center;
}
#LoginBlockBottom
{
    width:100%;
    height:9px;
    background-image:url('../Images/LoginBlockBottom.jpg');
    background-repeat:no-repeat;
    background-position:center;
}
#LoginBlockMiddle
{
    width:90%;
    padding:2% 5%;
    min-height:150px;
    background-image:url('../Images/LoginBlockMiddle.jpg');
    background-repeat:repeat-y;
    background-position:center;
}
.Row
{
    height:22px;
    padding-bottom:12px;
    padding-top:10px;
    clear:both;
}
.RowLeft
{
    float:left;
    width:150px;
    padding-top:4px;
    font-size:15px;
    text-align:left;
    color:#666666;
    padding-top:4px;
}
.RowRight
{
    float:left;
    height:22px;
    text-align:left;
}
.TextBoxCss
{
    width:380px;
    text-align:left;
    font-size:14px;
    padding:7px 7px;
    border:2px solid #e4e3e3;
    color:#5e5e5e;
}
.TextBoxCss:focus{ border-color:#0084ae;}
#ErrorHolder
{
    padding:12px 0px 5px 150px;
    text-align:left;
    font-size:14px;
}
.LabelCss
{
   
    font-size:13px;
    font-family:Century Gothic;
    color:Maroon;
}
#ButtonHolder
{
    padding:5px 15px 15px 3px;
    text-align:right;
}
#ButtonHolder a { color:#066a83;text-decoration:none;}
#ButtonHolder a:hover { text-decoration:underline;}
.LoginBtncss
{
    padding:5px 20px;
    font-size:14px;
    color:White;
    font-weight:600;
    background-image:url('../Images/Loginbtrn.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:transparent;
	border:none;
	cursor:pointer;
	 border:2px solid #fc7938;
}
