/*Fake file input*/
div.fileinputs {
	position: relative;
	height:34px;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.fake_file {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3366FF;
	height:20px;
}

:root input[type="text"]{
	padding-top:3px;
	line-height:normal;
}
.fakefile img{
	position:absolute;
	left:120px;
	top:0;
	padding:0;
	margin:0;
}


/* LOADING-BOX */
#loading-box {display: none; font-family: Verdana; font-size: 11px; height:50px; padding:10px; text-align:center; background:#fff; border:1px solid #000; position: absolute; z-index: 100; }
#loading-box a {text-decoration: none; font-weight: bold; }
#loading-text {font-weight:bold; color: #000; text-align: center; padding-bottom: 7px;}


img.image { border: none; vertical-align: middle; }