body{width:100%; height:100%; margin:0; padding:0; font-family:Tahoma, Geneva, sans-serif; font-size:11px; /*background:url(/phd/geral/img/bg_.jpg) */ repeat-x #fff}
img{border:none}
html{width:100%; height:100%;}
#all{width:562px; height:297px;  top:50%; left:50%; margin-top: -148.5px;margin-left: -281px;  position:absolute;   }
#login{width:269px; height:134px;  top:50%; left:55%;margin-top: -48px;margin-left: -160px;  position:absolute; background-color: #fff; border-radius: 11px; /*background:url(/phd/geral/img/bg_login.jpg)*/}
.input{ width:170px; height:15px; padding:4px 6px;color:#1d3d6f;}
.login{color:#1d3d6f; text-align:right; font-weight:600; width:30px}
form{margin:0; padding:0;}
.msg{color:#900;}


.botoesespacados{
  margin-left: 141px;
}

.botoesespacados2{
  margin-left: 5px;
}

#screen{
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}

.button-simple {
  background: #e3e3e3;
  background-image: -webkit-linear-gradient(top, #e3e3e3, #c7c7c7);
  background-image: -moz-linear-gradient(top, #e3e3e3, #c7c7c7);
  background-image: -ms-linear-gradient(top, #e3e3e3, #c7c7c7);
  background-image: -o-linear-gradient(top, #e3e3e3, #c7c7c7);
  background-image: linear-gradient(to bottom, #e3e3e3, #c7c7c7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 8px 14px 10px 12px;
  text-decoration: none;
}

.button-simple:hover {
  background: #b8b8b8;
  text-decoration: none;
}