.jq-file {
	background:url("../images/formNoFile.png") no-repeat 140px center;
	width:260px;
	margin: 7px 0px 10px 21px;
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	width: 120px;
	padding: 7px 10px 6px;
	border: none;
	background: #32718d;
	color: #fff;
	font: 11px/12px Tahoma, sans-serif;
	float:right;
}
.jq-file__browse {
	background:url("../images/formButtonAttach.png");
	color: white;
	font: 14px/30px Arial, Tahoma, sans-serif;
	float:left;
	width:120px;
	height:35px;
}
.jq-file:active .jq-file__browse {
	background:url("../images/formButtonAttach.png");
	box-shadow: inset 1px 1px 3px #000;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}