input {
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px;
	background: url(/images/css/colors/black_20.png);
	color: #ffffff;
}

.forms {
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px;
	background: url(/images/css/colors/black_20.png);
	color: #ffffff;
}


#text_field {
	width: 100%;
}

#file_field {
	width: 100%;
}

#zitat_klein {
	__vertical-align: bottom;
	color: #BFBFBF;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	__text-align: justify;
	white-space: nowrap;
}

div.fileinputs {
	position: relative;
	
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	__background-color: #FF0000;
}

img.fakefile {
	_bottom: 0;
	position: absolute;
	height: 100%;
	_padding-top: 25px;
	_padding-bottom: 8px;
}

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

fakeField.onclick = function () {
	realField.click()
}






