div.si label.cabinet {
	width: 94px;
	height: 23px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	float: left;
}
div.si label.cabinet input {
	position: relative;
	left: 0px;
	top: 0;
	height: 100%;
	width: auto !important;
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
div.si div.uploadButton {
	position: relative;
	float: left;
}
div.si div.uploadButton div {
	top: 5px;
	width: 94px;
	height: 23px;
	background: url('../images/bot_examinar.gif') 0 0 no-repeat;
	left: -94px;
	position: relative;
	z-index: 1;
}
div.si div.uploadButton div:hover {
	background-position: 0 -23px;
	cursor: pointer;
}
div.si label.selectedFile {
	margin-left: 5px;
	line-height: 34px;

	font-family: "MS Shell Dlg", "Verdana";
	color: #666565;
	font-size: 10px;
	margin: 0.2em 0;
	width: 220px;
	border: 1px solid #BBBBBB;
	padding: 5px;
	font-weight: normal;
	background-color: #fff;
}