form#config table {
    width: 400px;
}

form#config input {
    width: 20px;
    background-color: #333;
    border: 1px solid #444;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 10pt;
}

form#config #send {
    float: right;
    width: 100px;
}

form#config span {
    font-size: 10pt;
}