@charset "UTF-8";
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	width: 100%;
}

/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
	filter: alpha(opacity=0);
	font-size: 100%;
	height: 100%;
}
}
span.fileinput-button {
	color: #444444;
	float: left;
	height: 30px;
	padding: 0;
	position: relative;
	width: auto;
}
.fileinput-button > span {
	background: #009ae1;
	border: 1px solid #979910;
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin: 4px 0 0 4px;
	padding: 2px 5px;
}
