.first {
  margin-top: 0 !important;
}

.last {
  margin-bottom: 0 !important;
}

/* to make the password char stand out more... IE uses a bullet and doesn't handle this css anyway */
input[type=password] {
  font-family: Tahoma;
}

form {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

fieldset {
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #CCC;
}
fieldset legend {
  font-weight: bold;
  padding: 0.5em;
  color: #333;
  font-size: 8pt;
}

form {
  font-size: 8pt;
}

form label {
  color: #666;
}
form input, form select, form textarea {
  margin-top: 0.4em;
  padding: 0.2em;
}

form p {
  margin: 1em 0;
}

.data_column {
  float: left;
  margin-right: 1em;
}

img.silk {
  vertical-align: bottom;
}

.left {
  float: left;
}
.right {
  float: right;
}
