@CHARSET "UTF-8";

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

.fileinputsup div.fileinputs {
	position: absolute;
	right: 0;
	top:0;	
}

.fileinputsup{
	position: relative;
	height: 25px;
	width: 80px;
	padding: 0;
	margin: 0;	
}


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

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

.fileinputsup div.fakefile {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
	text-align: right;	
}

.imit_button
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: #b2cacc;
	width: 80px;
	height: 15px;
	text-align: center;
	vertical-align: middle;	
	font-size: 11pt;			
}
