/*
    form.css
-------------------------------------------------------------------------------*/
#form {
}

#form input, textarea, select {
    font-size: 1em;
}

#form input[type="text"],
#form textarea {
    padding: 3px 6px;
}

#form tr {
    padding: 0.2em 0;
}

#form th {
    background-color: #ffffd8;
    text-align: right;
}

#form td {
}

#form .required {
    color: red;
    font-weight: bold;
}

#form .caution {
    background-color: #ffffd8;
    text-align: center;
    font-weight: bold;
}

#form .timeSelector {
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
    width: 5em;
    text-align: left;
    padding: 3px 6px;
}

#form .info {
    font-size: 120%;
    font-weight: bold;
}

.button, .submit {
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #ccc;
    padding: 4px 10px;
}

.submit {
    background-color: yellowgreen;
}
