
.nice {

font-size: 15px;

float: left;

width: 100%;

}

.nice .NFI-button {
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
border-top-left-radius:0px;
border-bottom-left-radius: 0px;
background-color: #466baf;
background-image: linear-gradient(bottom, #e8e8e8 0%, #d7d7d9 56%);
background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #d7d7d9 56%);
background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #d7d7d9 56%);
background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #d7d7d9 56%);
background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #d7d7d9 56%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #1774A3), color-stop(0.56, #0194DD) );
text-shadow: 0px -1px 0px #0172bd;
border: solid #0172bd 2px;
border-bottom: solid #00428d 2px;
color: #fff;
width: 40%;
height: 44px;
line-height: 44px;
float: left;
}
.nice .NFI-button:hover {
background: #333;
text-shadow: 0px -1px 0px #111;
border: solid #000 2px;
}

.nice .NFI-filename {
width: 60% !important;
border: solid #DCDCDC 2px;
height: 44px;
line-height: 44px;
background: #fff;
color: #333;
-webkit-border-top-left-radius: 0px !important;
-webkit-border-bottom-left-radius: 0px !important;
-moz-border-radius-topleft: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;

}

.test .NFI-button {
background-color: #e8e8e8; /* 1774A3, 0192DD : A37417, DD9201 */
background-image: linear-gradient(bottom, #e8e8e8 0%, #ffffff 56%);
background-image: -o-linear-gradient(bottom, #e8e8e8 0%, #ffffff 56%);
background-image: -moz-linear-gradient(bottom, #e8e8e8 0%, #ffffff 56%);
background-image: -webkit-linear-gradient(bottom, #e8e8e8 0%, #ffffff 56%);
background-image: -ms-linear-gradient(bottom, #e8e8e8 0%, #ffffff 56%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #e8e8e8), color-stop(0.56, #ffffff ) );
text-shadow: none;
border: solid #DCDCDC 2px;
border-right: none;
border-bottom: solid #DCDCDC 2px;
color: #424242;
line-height:36px;
}

.test .NFI-button:hover {
background:  #054793;
text-shadow: none;
border: solid  #054793 2px;
color: #fff;
border-right: none;
}

.test .NFI-filename {
border: solid #DCDCDC 2px;
color: #333;
}

.test .NFI-filename:hover, .test .NFI-filename:focus{
border: solid  #054793 2px;
color: #333;
}
