input.file_input_textbox {
    position: relative;
    width: 150px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-color: #bbb;
    background-color: #fff;
    color: #000
}

input.file_input_textbox:disabled {
    position: relative;
    width: 150px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-color: #bbb;
    background-color: #fff;
    color: silver
}

input.file_input_textbox_nofile {
    position: relative;
    width: 150px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 1px solid;
    border-color: #bbb;
    background-color: red;
    color: #000
}

input.file_input_button {
    width: 100px;
    height: 27px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: #555;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_button_hover {
    width: 100px;
    height: 27px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: #111;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_button:disabled,input.file_input_button_hover:disabled {
    width: 100px;
    height: 27px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: silver;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_submit {
    width: 100px;
    height: 27px;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: #555;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_submit:focus,input.file_input_submit:hover {
    width: 100px;
    height: 27px;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: #111;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_submit:disabled {
    width: 100px;
    height: 27px;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: silver;
    background-image: url("../images/white-grad-active.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

input.file_input_hidden {
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}
