/* used to clear floats without requiring extra div tags */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* # symbol after ; tells safari to ignore the style */
.clearfix {
  display: inline-block;#
}

.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;
}

form p {
  margin: 1em 0;
}

.data_column {
  float: left;
  margin-right: 1em;
}
