BODY{
  margin: 0;
  font-family: Arial;


}

#loginwindow{
  position: absolute;
  margin-left: -300px;
  margin-top: -175px;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 350px;            
  background-image: Url(../../media/greybg.png);
  border: solid #cfcfcf 1px;
}

#loginwindowttl{
  height: 70px;
  background-image: url("../../media/bg_gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#loginwindowttltxt{
  font-size: 20px;
  color: white;
  text-align: center;
  padding-top: 20px;
}

#loginwindowbottom{
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 20px;
  background-image: url("../../media/bg_gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#loginwindowbottom > .registred{
  color: white;
  font-size: 12px;
  float: left;
  padding-top: 3px;  
  padding-left: 3px;
}

#loginwindowbottom > .version{  
  color: white;
  font-size: 12px;
  float: right;       
  padding-top: 3px; 
  padding-right: 3px;
}

#loginwindowcontent{
  margin: 30px;
  font-size: 0.9em;
}

#loginwindowcontent > FORM{
  margin-top: 10px;
  padding: 20px;
  background-color: #cecac8;
  box-shadow: inset 0px 0px 3px #000;
}

#formtable{
  margin: 0 auto;
  border-collapse: collapse;
  width: 400px;
}

INPUT{
  width: 240px;           
  border: solid #79716f 1px;
  text-align: right;
}

TD{
  width: 100%;
  padding: 2px;
}

#iniciarsessaobtn{
  float: right;
  background-color: #43a8df;
  border: solid #79716f 1px;
  width: 80px;
  height: 20px;
  color: white;
  font-size: 10px;
  text-align: center;
}

#warningmsg{
  background-image: Url("../../media/loginform_warning_sign.jpg");
  background-repeat: no-repeat;
  margin-top: 20px;
  height: 26px;
  padding-left: 35px;
  padding-top: 4px;
  font-size: 11px;
}


