 /* ----------------------------------------------------------------------------
 // Ezdz [izy-dizy]
 // v0.4.0 - released 2013-10-22 14:08
 // Licensed under the MIT license.
 // https://github.com/jaysalvat/ezdz
 // ----------------------------------------------------------------------------
 // Copyright (C) 2013 Jay Salvat
 // http://jaysalvat.com/
 // ---------------------------------------------------------------------------*/

.ezdz-dropzone{
	/*position:relative;
	width:600px;
	height:100px;
	overflow:hidden;
	font:bold 24px arial;
	line-height:100px;
	color:lightgray;
	text-align:center;
	border:10px dotted lightgray;
	border-radius:20px;*/
	width:980px; height:350px;
	line-height:550px;
	font-weight:bold;
	text-align:center;
	font-size:24px;
	margin:10px auto; 
	position:relative; 
	border:dashed 2px #ccc;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	background:url(../img/icon-bg.jpg) 50% 10% no-repeat;
}
.ezdz-dropzone span{
	display:inline-block;
	max-width:90%;
	padding:4%;
	overflow:hidden;
	font-size:13px;
	font-weight:normal;
	line-height:10px;
	color:white;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:middle;
	background:black;
	background:rgba(0,0,0,0.7);
	border-radius:20px;
}
.ezdz-dropzone img{
	max-width:95%;
	max-height:95%;
	margin-top:-3px;
	vertical-align:middle;
	border-radius:5px;
}
.ezdz-dropzone [type="file"]{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	cursor:pointer;
	opacity:0;
}
.ezdz-focus{
	color:darkgray;
	border:10px dotted darkgray
}
.ezdz-enter{color:black;border:10px solid black}.ezdz-accept{color:gray;border:10px solid gray}.ezdz-reject{color:darkred;border:10px solid darkred}
