.SI-FILES-STYLIZED label.cabinet
{
	width: 144px;
	height: 29px;
	background: url('../gfx/btn-choose-file.gif') 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
	margin-left: 60px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-top: 7px;	
}

.SI-FILES-STYLIZED label.cabinet:hover
{
	background: url('../gfx/btn-choose-file_hv.gif') 0 0 no-repeat;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}