html
{

}

body
{
 margin:0px;
 padding:0px;
 font-family:'Tahoma','Sans Serif';
}

html,body
{
 width:100%;
 height:100%;
}

td.header
{
 height:78px;
 background:#00309C;
 border-bottom:1.0px solid #C8DEFF;
}

td.body
{

 background:#5A7EDC;
} 

		td.bodyleft
    {
     text-align:right;
     vertical-align:middle;
     padding-right:26px;
    }
    
    td.bodyright
    {
     text-align:left;
     vertical-align:middle;
     padding-left:6px;
    }

    
    
td.line
{
 width:1px;
 height:100%;
 background:#5A7EDC;
}    
    		td.linetop
        {
         width:1px;
         height:40%;
         background:#7697E5 url(../images/bg_linetop.gif) top left no-repeat; 
        }
        td.linemiddle
        {
         width:1px;
         height:20%;
         background:#7697E5;
        }
        td.linebottom
        {
         width:1px;
         height:40%;
         background:#7697E5 url(../images/bg_linebottom.gif) bottom left no-repeat;
        }
        
td.footer
{
 height:94px;
 background:#2432A6;
 border-top:1.0px solid #8AAAFF;
}


#bodyleft
{

}
		#bodyleft p.header
    {
     padding-top:10px;
     padding-right:40px;
     color:#ffffff;
     font-family:'Arial','Sans Serif';
     font-size:18px;
     letter-spacing:-1px;
    }
    

#bodyright
{
 position:Relative;
 width:100%;
 padding:170px 20px 20px 20px;
}

#loginbox
{
 width:345px;
 height:auto;
 background:transparent url(../images/bg_xp_loginbox4.gif) top left no-repeat;
 white-space:nowrap;
}    
		#loginbox #logintop
    {
     position:relative;
     height:40px;
     -height:49px;
     padding-top:14px;
     padding-left:76px;
     white-space:nowrap;
    }
    #loginbox #loginbottom
    {
     padding-left:71px;
     white-space:nowrap;
    }
input.loginbutton
{
 border:0px;
 width:36px;
 height:26px;
 background:transparent url(../images/icons/icon_arrow_xp.gif) center right no-repeat;
 cursor:pointer;
}

input.username
{
 border:0px;
 background:transparent;
 color:#000000;
 font-size:16px;
 font-family:'Arial','Sans-Serif';
 width:140px;
}

input.password
{
 margin:2px;
 border:0px;
 width:137px;
 _width:157px;
 height:21px;
 _height:23px;
 background:none;
 line-height:18px;
 padding-left:10px;
 padding-right:10px;
 background:transparent;
 font-size:18px;
}

p
{
 margin:0px;
 padding:0px;
}

form
{
 margin:0px;
 padding:0px;
}

#loginfail
{
 position:relative;
 width:100%;
 height:150px;
}

  #loginfail p.question
  {
   padding:10px 10px 10px 70px;
   border:1.0px solid #ffffff;
   color:#215DC6;
   font-size:11px;
   background:#EEF2FB url(../images/icons/icon_question.gif) center left no-repeat;
  }

#loginfail a
{
 color:#333333;
 font-weight:bold;
 text-decoration:none;
}
#loginfail a:hover
{
 color:#999999;
}

#footer
{
 padding:10px;
 font-family:'Tahoma','Sans-Serif';
 font-size:9px;
 color:#ffffff;
}

#footer a
{
 color:#ffffff;
 text-decoration:none;
 font-weight:bold;
}
#footer a:hover
{
 color:#fffccc;
 text-decoration:underline;
}
.formtext {
   font-size: 10pt;
   color:white;
   font-weight:bold;
}
.forminput {
	font-size: 8pt;
}
