.fakefile input {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	height: 14px;
	padding: 2px 4px;
	border: 0;
	overflow: hidden;
	color:#666666;
	background:transparent url(/images/inputBg.gif) repeat-x left top !important;
	width:131px;
	border: solid 1px #ccc;
}

input.file:focus {
	background-color: transparent;
}

div.fileinputs {
	position: relative;
	height: 22px;
	/*width: 300px;*/
}

input.file {
	width: 300px;
	margin: 0;
}

input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}

.fakefile img
{
    position: relative;
    top: 5px !important;
    left: 8px !important;
    top: -2px;
    left: -28px;
}

div.fakefile input
{
    position: relative;
    left: 0 !important;
    left: -35px;
}
