/* FONTS */

* {
  font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans";
  font-size: 12px !important;
}

#login {
  font-weight: bold;
}

#login input#UserName, #login input#Password {
  font-size: 11px !important;
  font-family:"Courier New", Courier, monospace;
  font-weight: normal;
}
