#search_form {
    width: 190px;
    float: left;
}
#search_form .input {
    background-color: #343330;
    color: #ccc;
    border: #555 1px solid;
    height: 16px;
}
#search_form .tinyint {
    width: 13px;
}
#search_form .tinyintfirst {
    width: 13px;
    border-right: none;
}
#search_form .text {
    width: 150px;
}
#search_form .int {
    width: 29px;
}
#search_form table {
    border-collapse: collapse;
}
#search_form table td {
    padding: 2px;
}
#search_form .submit td {
    text-align: right;
    background-color: #3b3a37;
}


#results {
    float: right;
    width: 660px;
}
#results table {
    width: 660px;
}
#results a {
    display: block;
}
#results img {
    float: left;
    margin-right: 10px;
}


