html { margin: 0; padding: 0; }

h1 { font-size: 1.75em; margin: 0 0 0.6em 0; }
h2 { font-size: 1.25em; margin: 0 0 0.6em 0; }

a { color: #18a2d9; }
a:hover { text-decoration: none; }

p { line-height: 1.5em; }
.small { color: #666; font-size: 0.875em; }
.large { font-size: 1.25em; }


label {
    font-weight: bold;
}

input[type="text"] {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;	
}
.file-upload {
  position: relative;
  overflow: none;
  float: left;
  clear: left;
}
.file-upload input[type="file"] {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -10px;
  opacity: 0;
  font-size: 100px;
  filter: alpha(opacity=0);
  cursor: pointer;
}
button#datepicker-button {
    margin-bottom: 3em;
}

.flow-element {
    display: inline-block;
    margin-right: 3em;
    vertical-align: top;
}
.flow-element:last-child {
    margin-right: 0;
}
.flow-element input {
    margin-top: 0;
}

#container {
    min-height: 15em;
}
