﻿body {
}

.modalBackground 
{
     background-color:Gray;
     filter:alpha(opacity=70);
     opacity:0.7;
}

.cabinet_label
{
	width: 250px;
	height: 40px;
	background: url(upload.png) 0 0 no-repeat;
	text-align: center;
	display: block; 
	overflow: hidden;
	cursor: pointer;
}

.cabinet_inputfile
{
	position: relative;
	height: 100%;
	width: auto;
	font-size:8pt;
	width:1px;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
