@charset "utf-8";

.file-select-styler label.btn-file {
	width: 54px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	color: #7e7e7e;
	background: url('/images/core/btn/btn-file.gif') 0 0 no-repeat;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
}

.file-select-styler label.btn-file input.MultiFile-applied {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
