#mozaiq {
	background-image: url('images/box_290_290.png');
	background-repeat: no-repeat;
	width: 270px;
	height: 320px;
	padding: 10px;
	position: relative;
	float: left;
}

#mozaiq_subtext {
	margin-top: 10px;
	display: block;
	text-align: right;
}

#upload {
	margin-top: 45px;
	margin-left: 360px;
	background-image: url('images/box_330_86.png');
	background-repeat: no-repeat;
	height: 86px;
	width: 310px;
	padding: 0 10px 0 10px;
}

#file_upload_container {
	position: relative;
}

#img_file {
	text-align: right;
}

#file_upload_limitations {
	font-size: 12px;
}

#upload_file {
	float: right;
	margin-top: 5px;
}

#upload_highlight {
	height: 31px;
	width: 330px;
	background-image: url('images/up_arrow.png');
	margin-left: 357px;
	margin-top: 3px;
}

#description {
	margin-left: 310px;
	font-size: 16px;
}

#open_source {
	width: 410px;
	float: left;
}

#open_source p {
	text-align: justify;
}

#open_source div {
	text-align: center;
}
#open_source img {
	margin: 3px 10px 0px 9px;
}

#creative_commons {
	width: 320px;
	float: right;
}

#creative_commons img {
	float: left;
	vertical-align: baseline;
	margin-top: 3px;
	margin-right: 3px;
}

#creative_commons p {
	margin: 0;
	text-align: justify;
}

#license {
	clear: both;
	width: 320px;
	float: right;
}

#error {
	clear: both;
	border-width: 2px;
	border-color: orange;
	border-style: solid;
	padding: 10px;
	font-size: 18px;
	background-color: rgb(255, 255, 100);
}

