.NFI-wrapper  {
    border-radius: 4px;
    box-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(0, 0, 0, 0.1);
    font-family: arial;
    font-size: 12px;
}
.NFI-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #0192dd;
    background-image: -moz-linear-gradient(center bottom , #1774a3 0%, #0194dd 56%);
    border-bottom-left-radius: 3px;
    border-color: #0172bd #0172bd #00428d;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 3px;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 -1px 0 #0172bd;
    width: 100px;
}
.NFI-button:hover {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #000;
    text-shadow: 0 -1px 0 #111;
}
.NFI-filename {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-bottom-right-radius: 3px;
    border-color: #777 #777 #777 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-top-right-radius: 3px;
    border-width: 1px 1px 1px medium;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
    color: #777;
    height: 30px;
    line-height: 30px;
    text-shadow: 0 1px 0 #fff;
    width: 200px;
}