﻿/*input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}*/


@media print
{
  input.underlined
  {
    border:0;
    border-bottom:solid 1px #000;
   }
}
input.underlined
{
   border:0;
   border-bottom:solid 1px #000;
   outline:none; /* prevents textbox highlight in chrome */
}