div.fileupload-rebrush {
	overflow: hidden;
	width: 145px;
	position: relative;
	height: 31px;
	background: url('../gfx/forms/upload_left.gif') no-repeat top left;
	float: left;
}

div.fileupload-rebrush input.fileupload-rebrush-button {
	border: none;
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
	background: url('../gfx/forms/upload_right.gif') no-repeat center center;
	overflow: hidden;
	text-indent: -900px;
}

div.fileupload-rebrush input.fileupload-rebrush-field {
	border: none;
	position: relative;
	height: 31px;
	float: none;
	background: transparent;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 0;
}

div.fileupload-rebrush input {
	cursor: pointer;
}
