/* Contact page CSS */
#contact label
{
   float: left;
   text-align: right;
   width: 5em;
   margin: 0 1em 0 0;
}

#contact > label
{
   clear: both;
}

#contact input, #contact textarea
{
   margin: 0 1em 0 0;
}

*.error
{
   font-style: italic;
   color: #F00;
}

#timeline li {
   font-weight: bold;
   list-style-type: none;
}

#timeline li li {
   font-weight: normal;
   list-style-type: disc;
}

.skip {
   display: none;
}