/* CSS Document */

/*----------------------
    Search Table
----------------------*/

.grey {
    width: 575px;
}

.grey table {
    border: none;
}

.grey table td.title {
    font-weight: bold;
    text-align: right;
    padding: 4px 10px 0px 0px;
}

.grey table select {
    margin-bottom: 5px;
}

.grey table#date select {
    margin-right: 10px;
}

.grey table#checkboxes input {
    padding: 0;
    margin: 0;
}

.grey table#checkboxes td {
    padding: 0px 10px 8px 0px;
}

.grey table td input#submit-butn {
    float: right;
}

/* End of CSS Document */
