.nice {
	font-family: arial;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 2px #fff, 0px -1px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px #fff, 0px -1px 0px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px #fff, 0px -1px 0px rgba(0,0,0,.2); 
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	background-color: #f5f5f5;
  margin-bottom:10px;
	width:84%;
}
.nice .NFI-button {

	background-color: #0192DD;

	text-shadow: 0px -1px 0px #0172bd;
	border: solid #0172bd 1px;
	border-bottom: solid #00428d 1px;
	
	color: #fff;
	width: 19%;
	height: 30px;
	line-height: 30px;
}
.nice .NFI-button:hover {
	background: #333;
	text-shadow: 0px -1px 0px #111;
	border: solid #000 1px;
	
}
.nice .NFI-filename {

	width: 78% !important;
	border-left: none;
	height: 32px;
	line-height: 32px;
	
	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:none !important;
	color: #777;
	text-shadow: 0px 1px 0px #fff;
}