input#username, input#password, input#email {
padding-left: 14px;
background: #ffffff;
background-repeat: no-repeat;
background-position: 2px center;
}
input#username {
background-image: url(/pic/signup/username.png);
}
input#password {
background-image: url(/pic/signup/password.png);
}
table.loginerr{
background:transparent;
border:0px;
}
td.loginerr{
background:transparent;
border:0px;
}
body {
  font-family: arial;
  font-size: 80%;
color: white;
}
