select, input[type=button]
{
    padding: 5px;
    color: #666;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.short-field
{
    width: 30px;
    padding: 5px;
    color: #999;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    text-align: center;
}

textarea
{
    width: 350px;

    padding: 10px;
    color: #666;
    border: 1px solid #ccc;
    font-family: inherit;
    resize: none;
}

.search-field
{
    width: 330px;
    height: 18px;
    padding: 5px;
    border: none;
    background-image: url(../images/txtfield-gray.png);
    background-repeat: no-repeat;
    color: #666;
}

.quick-search-field
{
    width: 210px;
    height: 19px;
    padding-left: 22px;
    border: none;
    background-image: url(../images/icon-quick-search.png);
    background-repeat: no-repeat;
    color: #666;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}