#loginlogouttext
{

  position: relative;
  float: right;
}

#logindiv
{
padding: 5px;
background-color:#F4F4F4;
position: absolute;
border: 1px outset #e0e0e0;
   display: none;  
   width:auto;
   height:auto;
    top:50px;
   right:250px;
   z-index: 1;
}
#logindiv1
{
padding: 5px;
background-color:#F4F4F4;
position: absolute;
border: 1px outset #e0e0e0;
   display: none;  
   width:auto;
   height:auto;
    top:800px;
   right:200px;
   z-index: 1;
}
#logintable{
      border: 0px;
}
#logintable tr td{
 font-size: 12px;

}

#loginclose{
      float: right;
      cursor: pointer;
      width: 30px;
}
/*<!--#logintext{
    background-color:#FF0000;
  border-color: #f0f0f0;
border: 4px solid white;
      cursor: pointer;
}
input[type=text],input[type=password]
{
      
      border:1px solid #bcbcbc;
      width: 160px;
      padding:3px;
}-->*/
a#cant{
      color: #1155cc;
}