

#box {
    width: 600px;
    margin: 20px auto; 
}

#box h1 {
    font-size: 20px;
    font-type: Arial, Verdana, Geneva, Helvetica, sans-serif;
    text-align: center;
}

fieldset { 
    margin: 10px 0;
    font-type: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 11px;
}

legend {
    background-color: #336699;
    color: white;
    padding: 3px 8px;
    font-type: sans-serif;
    font-weight: bold;
    font-size: 12px;
}

fieldset.x4 label {
  width: 3.5em;
  font-weight: bold;
}

td { vertical-align: top; }

label {
    float: left;
    width : 14em;
    margin-right: 1em;
}

fieldset ol {
    padding: 1em 1em 0 1em;
    list-style: none;
}

fieldset li {

    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 0.5em;
}

fieldset h2 {
    font-type: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

input, textarea, select {
  font-size: 11px;
}

input, textarea {
    border: 1px solid #99bccc;
}

.submit {
    border: 0;
}



.openworkday {
    padding-left, padding-right: 5px;
    font-weight: bold;
    background-color: green;
    color: white;
}

.closedworkday {
    background-color: red;
    color: white;
}

