/* CSS Document */

form
{
	margin:0;
	padding:0;
}

div.fileinputs {
	position:relative;
}

div.fakefile {
	position: absolute;
	left: 0px;
	top:0px;
	margin:0;
	padding:0;
	z-index: 1;
}

.fakefile *
{
	float:left;
}

.fakefile input
{
	border: 1px solid #cb3525;
	height:15px;	
}

.fakefile img
{
	margin-left:5px;
}

.fakefile span
{
	display:block;
	height:20px;
	line-height:20px;
	width:20px;
}

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



