.table {
  border: 1px dotted #000000;
  font-family: "Garamond", "Times New Roman";
}
.bordertop {
  border-top: 1px dotted #000000;
  font-size: 16px;
  }
body {
  font-family: Garamond, "Times New Roman";
  background-color: #eeeeee;
  font-size: 16px;
}

.boxshadow {
        border:1px inset black;
        background-position: left top;
        BACKGROUND-IMAGE: url('/img/input-box-shadow.gif');
        BACKGROUND-REPEAT: no-repeat
}

