#login
{
  width: 263px;
  /*margin: 20px 240px;*/
  position: absolute;
  left: 110px;
  top: 110px;
  font-size: 12pt;
}

.minimal #login
{
  position: relative;
  top: 20px;
  left: 20px;
}

.txt_login
{
  background: transparent url(../img/txt_login.gif) left top no-repeat;
  width: 29px;
  height: 14px;  
}

.txt_login span
{
  display: none;  
}

.txt_password
{
  background: transparent url(../img/txt_password.gif) left top no-repeat;
  width: 60px;
  height: 13px;  
}

.txt_password span
{
  display: none;  
}

#restricted
{
   margin: 0 0 40px 0;
}

#login h1
{
  
}

#login label
{
  display: block;
  padding: 0 0 5px 0;
}

#login input
{
 font-size: 11pt;
}

#login .input
{
  padding: 0 0 10px 0;
 
}

#login .input input
{
  background: white;
  border: 1px solid black;
  color: black;
  padding: 2px 4px;
  width: 263px;
}

.submit input
{
  display: block;
  height: 14px;
  width: 166px;  
  border: none;
  background: transparent url(../img/ok.gif) left top no-repeat;
  color: white;
  margin-top: 20px;
  padding-top: 20px;
  overflow:hidden;
  cursor: pointer;
}

.error
{
  color: red;
  margin-top: 20px;
  font-size: 80%;
}

.message
{
  color: #00E101;
  margin-top: 20px;
  font-size: 80%;
}
