
.fusion-image-upload-overlay 
{
  /* Height & width depends on how you want to reveal the overlay */
  height: 100%;
  width: 100%;
  z-index: 1; 
  background-color: #fbfbee; 
  overflow: hidden; 
  padding: 5px;
}

.fusion-image-upload-overlay-content 
{
  position: relative;
  top: 0%; 
  width: 100%;
  text-align: center; 
  margin-top: 20px; 
}

#fusion-image-upload-additionalStatus
{
  margin: 5px;
}

.fusion-image-upload-input-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.fusion-image-upload-input-file + label {
    font-weight: 600;
    color: #676718;
    display: inline-block;
	cursor: pointer; /* "hand" cursor */
	font-size: 13px;
}

.fusion-image-upload-input-file:focus + label,
.fusion-image-upload-input-file + label:hover {

	color: #000;
}

.fusion-upload-drag-over
{
	background-color: #fff;
}

#fusion-image-upload-container
{
	float: left;
	margin-top: 10px;
	overflow: hidden;
	width: 600px;
	height: 400px;
	border: 1px solid #ddd;
}

#fusion-image-upload
{
	width: 500px;
	height: 0px;
}

#fusion-image-preview
{
	overflow: hidden;
	border: 1px solid #ddd;
}

#fusion-image-submit
{
	float:right;
	font-size: 8pt;
	width: 92px; 
	height: 22px;
}

#fusion-image-clear
{
	float:left;
	font-size: 8pt;
	width: 92px; 
	height: 22px;
}