.NFI-button {
		font-falily: sans-serif;
		font-size:12px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background-color: var(--color_bg_dark);
        border: solid #0172bd 1px;
        border-bottom: solid #00428d 1px;
        -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
        -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
        box-shadow: inset 0px 1px 0px rgba(255,255,255,.2);
        color: #fff;
        width: 150px;
        height: 20px;
        line-height: 20px;
}
.NFI-button:hover {
        background: #337777;
        border: solid #000 1px;

}
.NFI-filename {
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 200px;
        border: solid #777 1px;
        border-left: none;
        height: 20px;
        line-height: 20px;
        background: #fff;
        -webkit-box-shadow: inset 0px 2px 0px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0px 2px 0px rgba(0,0,0,.05);
        box-shadow: inset 0px 2px 0px rgba(0,0,0,.05);
        color: #777;
}