/** CSS Input File Box Hack **/
.dc_real_input
{
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 1;
	float: right;
}
.dc_fake_input
{
	float: left;
	width: 265px;
	border: 1px solid #C9CBCD;
	float: left;
	z-index: 2;
}
.fufield
{
	position: relative;
	float: left;
	width: 336px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: 20px;
	background-color: #f4f4f4;
}
.dc_fake_div
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
