/* My alterations to form looks from dropzone.css */
form.dropzone, div.dropzone {
	border: 				2px dashed #cccccc;
	border-radius: 			20px;
	color:					gray;
	background-color: 		#FBF7EA;
	display: 				inline-block;
	padding:				0px 20px;
	margin:					10px;
	font-size: 				1.5em;
	font-weight:			400;
	min-height:				100px;
	min-width:				200px;
	width:					80%;
}

.round {
	border-radius:			5px; /* overlib popup - make it round */
	-webkit-border-radius: 	5px;
	-moz-border-radius: 	5px;	
	padding:				5px;
}

span.green {
	background-color:	#5D99D2;
	padding: 			5px;
}

span.yellow {
	background-color:	#F4E72D;
	padding: 			5px;
}

img.center {
	margin: 			0 auto
}

div.appletReplacement {
	padding: 			15px;
	background-color: 	#D4E3EA;
	border: 			3px solid #5D6771;
	border-radius: 		15px;		
}

/* hide dropzone progress indicator - we have our own*/
.dz-progress {
	display: 			none;
}

input[disabled=disabled], input:disabled {
    color:				gray;
}

/* Make links slightly smaller than DZ standard */

.dropzone .dz-preview a.dz-remove {
    font-size: 			9pt;
}

/* Hide stupid DZ fallback text */
.dz-fallback {
	display: 			none;
}
/*##QLD-592*/
.visible {
	display: block;
	width: 99%;
	height: 75px;
	text-align: center;
	border: #FF0000 dashed 2px;
	border-radius: 5px;
	padding-right: 15px;
	background-color: #FEEFB3;
}

.hidden {
	display: none;
}

.visibleJS{
	display: block;
	width: 99%;
	/*height: 75px;*/
	text-align: center;
	border: #FF0000 dashed 2px;
	border-radius: 5px;
	padding-right: 15px;
	background-color: #FEEFB3;
}