body, html, * {
  font-family: "Lucida Grande";
  font-size: 11px;
  line-height: 14px;
}

body {
  background-color: #f5f5f5;
}

form {
  margin-left: auto;
  margin-right: auto
}

table {
  border: 0;
  width: 100%;
}

table td {
  height: 22px;
  width: 15px;
}

table td table td {
  height: 23px;
  width: 23px;
}

table tfoot tr {
  opacity: 0;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.fluid * { width: 100%; }

input[data-orient="vertical"] {
  -webkit-appearance: slider-vertical;
  height: 100%;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 0;
}

input[type="password"] {
  text-align: right;
}

button {
  width: 22px;
  height: 22px;
}
