form {
    margin: 0;
    padding: 0;
}

input, textarea, select {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color:#333;
    padding-left: 4px;
    padding-right: 4px;
}

input.button {
    color: #fff;
    background: #333;

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

input#keywords {
    color: #aaa;
}

input.search {
    background: url("../images/but_go.png") no-repeat;
    width: 20px;
    border: none;
}