
/*
 * This division has a background-image like a 'Durchsuchen' button, 
 * positioned in such a way, that it collides with the real (but invisible) 'Durchsuchen' button.
 */
.div_file_input{
	background:url(../images/button-30-search.png) no-repeat 350px 3px;
	height:35px;
	width:550px;
	margin:0px;
}
/* file_input :: The 'real' form-element of the type 'file'. 
 * It cannot be seen (transparent, 0 opacity), so its 'Durchsuchen' button can also not be seen
 */
.div_file_input .file_input{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

 
/* These are the fields, that can actually be seen.*/
/* These are the fields, that can actually be seen.*/
.fakeinputfile {
	margin-top:-21px;
}
/* The fake_file_input is actually a text-field. Nothing happens 'onclick' normally...*/
.fakeinputfile .fake_file_input{
	width:330px;
	height:20px;
	font-size:14px;
	font-family:Arial;
	float:left;
	line-height:18px;
}

.button {
	border:none;
	background:url(../images/button-30.png) no-repeat;
	height:30px;
	width:95px;
	margin-top:-4px;
	color:white;
	font-weight:bold;
}
.notificatin {
	color:red;
	font-size:0.85em;
	font-weight:bold;
}

