.NiceInput
{
   float: left;
   width: 100%;
   _width: 99.4%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   padding-left: 12px;
   display: table;
   position: relative;
   height: 26px;
}

.NiceInput,
	.NiceInput .wrapper
{
   background: url('/images/inputs3.png') no-repeat;
   _background: url('/images/inputs3_indexed.png') no-repeat;
}

	.NiceInput .wrapper
	{
	   -moz-box-sizing: border-box;
	   -webkit-box-sizing: border-box;
	   -ms-box-sizing: border-box;
	   box-sizing: border-box;
	   position: relative;
	   width: 100%;
	   height: 26px;
	   padding: 0 12px 0 0;
	   _width: 100%;
	   _padding-right: 0;
	}

.NiceInput.inactive { background-position: 0 0; }
	.NiceInput.inactive .wrapper { background-position: right -27px; }
.NiceInput.active { background-position: 0 -54px; }
	.NiceInput.active .wrapper { background-position: right -81px; }

		.NiceInput input
		{
		   display: block;
		   width: 100%;
		   border: none;
		   height: 1.2em;
		   min-height: 23px;
		   line-height: 24px;
		   background: transparent;
		   font-family: Tahoma, sans-serif;
		   font-size: 1em;
		   _display: inline-block;
		   _height: 24px;
		   _margin-right: 12px;
		   _line-height: 20px;
		}

		@-moz-document url-prefix() { .NiceInput input { padding-top: 2px; } }