#query-area {
    margin-top: 20px;
}
.whois_option {
    font-size: 14px;
    margin: 0 2px;
    padding: 2px 0;
    height: 30px;
    line-height: 30px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.whois_option_checkbox {
    font-size: 18px;
    font-weight: bold;
    margin: 0 1px 9px;
}

.whois_arrow {
    font-size: 18px;
    font-weight: bold;
    margin: 0 1px 0 90px;
}

.whois_result {
    font-size: 18px;
}

#whois_loader {
    position: relative;
}

.ajax-loader {
    position: absolute;
    left: 46%;
    top: 20%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}

.board_header {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.big_board_in {
    width: 100%;
}
.big_board_in td {
    padding: 10px 10px;
}
#query-results tr {
    width: 100%;
}

.text_form {
    margin-left: 2px;
    padding: 6px;
}

#captchadiv {
    margin-bottom: 10px;
}

#add-statement {
    padding: 2px 15px;
    margin-right: 5px;
}

.form_actions .btn_type02 {
    padding: 3px 15px;
}

.delete {
    margin-left: 5px;
    line-height: 36px;
}

.looking_for {
    margin-bottom: 10px;
}

.looking_for .whois_option {
    font-weight: normal;
}

.error_text {
    width: auto;
}
