#areaOrcamento {
	width: 515px;
	height: 420px;
	margin: 0 auto 0 220px;
	background: url('../img/fundoOrcamento.png') no-repeat;
	float: left;
}

.file-wrapper {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px 0;
	font-size: 12px;
	height: 21px;
}

.file-wrapper .button {
	background: url('../img/fundoFile.png');
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	width: 227px;
	height: 21px;
	line-height: 21px;
	text-align: center;
}

.file-holder {
	width: 227px;
	height: 21px;
	line-height: 21px;
	margin: -20px 0 0 0;
	font-size: 10px;
	display: block;
	font-size: 10px;
	text-indent: 65px;
	cursor: pointer;
}

.file-wrapper input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  font-size: 100px;
}