input[type='file'] {
  /* display: block; */
  visibility: hidden;
  width: 0;
  height: 0;
}

/*.uploadArea{ 
	min-height:50px; 
	height:auto; 
	padding:10px; 
	cursor:move; 
	margin-bottom:10px; 
	position:relative;
}*/

.uploadArea{ 
	min-height:100px; 
	height:auto; 
	border:1px dotted #ccc; 
	padding:10px; 
	cursor:move; 
	margin-bottom:10px; 
	position:relative;
	max-width: 800px;
	margin: 0 auto;
	/* overflow-y: scroll; */
	overflow-y: auto;
	overflow-x: hidden;
}

/* #demoFiler {*/
#file_upload {	
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.uploadArea h1, h5{ 
	padding:0px; 
	margin:0px; 
}

.fUnknown {
	display: inline-block;
	background-image: url("../images/unknown.png");
	background-repeat: no-repeat;
	height: 24px; 
	width: 20px;
	padding-right: 5px;
}

.fImage {
	display: inline-block;
	background-image: url("../images/image.png");
	background-repeat: no-repeat;
	height: 24px; 
	width: 20px;
	padding-right: 5px;
}

.fTrash {
	display: inline-block;
	background-image: url("../images/trash.png");
	background-repeat: no-repeat;
	height: 24px; 
	width: 20px;
	padding-right: 5px;
}

.fAjax-loader {
	display: inline-block;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	height: 24px; 
	width: 24px;
	padding-right: 5px;
	margin-top: 10px;
}

.fName {
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*
h1.title{ 
	font-family:'Boogaloo', cursive; 
	padding:10px;
}
*/

.uploadArea h1{
	font-family:'Boogaloo', cursive; 
	color:#ccc; 
	width:100%; 
	z-index:0; 
	text-align:center; 
	vertical-align:middle; 
	position:absolute; 
	top:25px;
}

.dfiles{ 
	clear:both; 
	border:1px solid #ccc; 
	background-color:#E4E4E4; 
	padding:3px;  
	position:relative; 
	/*height:25px;*/ 
	margin:3px; 
	z-index:1;
	width:97%; 
	opacity:0.6; 
	cursor:default;
	height: 40px !important;
}

.dfiles :hover{
	color: red; 
}

.uploadArea h5{ 
	width:95%; 
	line-height:25px;
}

.uploadArea h5, h5 img {  
	float:left;  
}

.invalid { 
	border:1px solid red !important; 
}
/*
.buttonUpload {
	display:inline-block; 
	padding: 4px 10px 4px; 
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0074cc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border: 1px solid #cccccc; 
	color:#fff; 
}
*/
#button_area {
	margin-right:24px;
	text-align: right;
}

.progress img{ 
	margin-top:7px;
	/*margin-left:24px;*/ 
}

.trash img{ 
	margin-top:2px;
	/*margin-left:24px;*/ 
}

/***************************/

div.progressbar {
	display: none;
	width: 90%; /*800px;*/
	margin: 5px auto;	
	border: 1px solid #139;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;    
}
		
.progressbar div {
	width: 0px;
	background: rgb(206,219,233); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,219,233,1) 0%, rgba(170,197,222,1) 17%, rgba(97,153,199,1) 50%, rgba(58,132,195,1) 51%, rgba(65,154,214,1) 59%, rgba(75,184,240,1) 71%, rgba(58,139,194,1) 84%, rgba(38,85,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(17%,rgba(170,197,222,1)), color-stop(50%,rgba(97,153,199,1)), color-stop(51%,rgba(58,132,195,1)), color-stop(59%,rgba(65,154,214,1)), color-stop(71%,rgba(75,184,240,1)), color-stop(84%,rgba(58,139,194,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,219,233,1) 0%,rgba(170,197,222,1) 17%,rgba(97,153,199,1) 50%,rgba(58,132,195,1) 51%,rgba(65,154,214,1) 59%,rgba(75,184,240,1) 71%,rgba(58,139,194,1) 84%,rgba(38,85,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* IE6-9 */
	
	height: 20px;
	text-align: center;
	font-size: 17px; 
	font-weight: bold;
	color: #FFFF7F; 
	line-height: 20px;
	text-shadow: 0px 0px 3px #000;
	-o-text-shadow: 0px 0px 3px #000;
	-moz-text-shadow: 0px 0px 3px #000;
	-webkit-text-shadow: 0px 0px 3px #000;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}