div.file {
	width: 128px;
	height: 38px;
	background:url(/templates/default/images/clients/cahps/file.gif) no-repeat top left;
	margin-right:5px;
	float:left;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

div.file form input {
	position: relative;
	height: 38px;
	width: auto;
	left:-104px;
	*left:-145px;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
