﻿p#warning {
    color: red;
}
/*
 * Forms
 */
form table tr td.second {
    padding:0 20px 0 20px;
}
form table tr.bottom-floor {
    margin-top:3em;
    margin-bottom: 3em;
}
form table tbody td input[type="file"] {
    background-color: silver;
    color: white;
    border: 1px solid grey;
    border-radius: 10px;
    padding:5px 30px 5px 30px;
    margin: 30px 0 30px 0;
}
form table tr td input[type="submit"] {
    padding:5px 30px 5px 30px;
    margin: 30px 0 30px 0;
}
/*
 * Lists
 */
ul#site-navigation li {
    list-style: none;
}
ul#site-navigation li:before {
    content:" > ";
}