#decoration{
	color:#5AC8FF;
	position:absolute;
	top:80px;
	left:15px;
}

#title {
	text-align: left;
	font-size: 150%;
	font-family: 't6';
	margin-bottom: 0;
	margin-top: 0;
}

#subtitle {
	text-align: left;
	font-family: 't3';
	font-size: 120%;
}

#uploadForm{
	position:relative;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}



#uploadBox{
	height:200px;
	border: 5px dotted #848484;
	border-radius:15px;
	font-family: 't3';
	text-align:center;
	cursor:pointer;
}

.isDragover {
	border: 0px solid #5AC8FF !important;
	background-color: #5AC8FF;/*#bfbfbf;*/
}

.uploadText{
	font-size:175%;
	color:#848484;
}

.uploadSubtext{
	font-size:100%;
	color:#848484;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

#instaBox{
	height:120px;
	font-family: 't3';
	text-align:center;
}
#instaButton{
	cursor:pointer;
}

.fillParent{
	position:relative;
	width:100%;
	height:100%;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}
.centerSpan{
	display:inline-block;
}