#pager {
    margin-top: 5px;
    margin-bottom: 5px;
}
*html #pager {
    margin-right: 8px;
}
#pager span, #pager a {
    height: 18px;
    margin-right: 6px;
    padding: 2px 7px 0px 7px;
    background-color: #333333;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
    display: inline-block;
}
#pager span.separate {
    background: none;
    border: 0px;
    color: #333333;
}
#pager a {
    background-color: #ffffff;
    border: 1px solid #333333;
    color: #333333;
}
#pager a:hover {
    background-color: #e0e0e0;
}
.question table {
    width: 641px;
}
.question td, .question th {
    border: 1px solid #c0c0c0;
    padding: 7px;
}
.question th {
    width: 180px;
    text-align: left;
    background-color: #eaf7fd;
    font-weight: normal;
}
.question tr:last-child th, .question tr:last-child td {
    border: 0px;
    background: none;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}
#search_form input[type="submit"] {
    margin: 0px 0px -2px 4px\9;
}
.require {
    font-weight: bold;
    color: #ff0000;
}
a#contact {
    padding-bottom: 24px;
    height: 32px;
    display: block;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
}
