#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%;
}

#processingText{
	color:#848484;
	text-align:center;
}

#processingSubtext{
	color:#848484;
	text-align:center;
}

#processImgDiv{
	overflow:hidden;
	box-shadow:0px 0px 10px #848484;
	border:0px solid red;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
}

#processImg{
	position:relative;
	/*position:absolute;*/
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}

.thumbnail{
	box-shadow:0px 0px 3px #848484;
	border:0px;
}

/*#processImgDiv{
	overflow:hidden;
	box-shadow:0px 0px 10px #848484;
	border:0px solid red;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
}


.processImg{
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}*/