/* text input styles */

fieldset {
    border: 0 solid #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
}

.br {
    display: none;
}

/*--- Smaller text field styles ---*/

.textfield_home {
    color: #333;
    margin: 3px;
    height: 28px;
    border: 0 solid #fff;
    background: url('../images/home/home_search.jpg') no-repeat fixed;
    width: 183px;
    padding: 2px 10px 3px 8px;
    font-weight: bold;
    font-size: 24px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

fieldset > input.textfield_home {
    background: url('../images/home/home_search.jpg') no-repeat;
}

/*--- Smaller text field styles ---*/

.textfield_small {
    color: #333;
    margin: 3px;
    height: 17px;
    border: 0 solid #fff;
    background: url('../images/bg_textfield_small.jpg') no-repeat;
    width: 198px;
    padding: 4px 8px 3px 7px;
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.textfield_read_only {
    color: #333;
    margin: 3px;
    height: 17px;
    border: 0 solid #fff;
    width: 198px;
    padding: 4px 8px 3px 7px;
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

fieldset > input.textfield_small {
    background: url('../images/bg_textfield_small.jpg') no-repeat;
}

/*--- very small text fields ---*/

.textfield_verysmall {
    color: #333;
    margin: 3px;
    height: 25px;
    border: 0 solid #fff;
    background: url('../images/bg_textfield_verysmall.jpg') no-repeat fixed;
    width: 89px;
    padding: 4px 8px 3px 7px;
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

fieldset > input.textfield_verysmall {
    background: url('../images/bg_textfield_verysmall.jpg') no-repeat;
}

.textfield_tiny {
    color: #333;
    margin: 3px;
    height: 25px;
    border: 0 solid #fff;
    background: url('../images/bg_textfield_tiny.jpg') no-repeat fixed;
    width: 66px;
    padding: 4px 8px 3px 7px;
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

fieldset > input.textfield_tiny {
    background: url('../images/bg_textfield_tiny.jpg') no-repeat;
}

.submit {
    margin: 3px;
    background: url('../images/submit_purple.jpg') no-repeat;
    cursor: pointer;
    height: 20px;
    border: 0 solid #fff;
    width: 20px;
    color: #666;
    text-transform: uppercase;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.1em;
}

