﻿body {
	font-family: Arial;
	font-size: 14px;
	background-color: #00a9e0;
}
#container {
	margin: auto;
	width: 870px;
}
#titleimg {
	margin-bottom: 10px;
}
img {
	border: none;
}
h1 {
	font-size: 42px;
	color: White;
}
.imageContainer {
	float: left;
	width: 210px;
	height: 210px;
}
.imageContainer.album {
	height: 280px;
}
.singleImage img.thumbnail {
	border: 8px white solid;
}
.label {
	border: 4px white solid;
}
#uploadContainer, #albumContainer, #uploadComplete {
	width: 600px;
	margin: 0px 0px 10px 13px;
	padding: 10px;
	background-color: white;
}
.file {
	display: block;
	margin: 5px 3px;
	background: url('picture.png') no-repeat left center;
	padding-left: 21px;
}
.file .deletefile {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url('delete.png') no-repeat;
	text-indent: -999em;
}
#submitContainer {
	margin: 10px auto 0px auto;
	text-align: center;
}
#ProgressBar1 {
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 500px;
	height: 50px;
	margin-left: -250px;
	border: 1px #00a9e0 solid;
}
#addAlbumError {
	color: Red;
	font-weight: bold;
	margin: 0px 5px;
	padding: 2px;
	background-color: White;
}
.title {
	margin-bottom: 5px;
}
#backbutton {
	float: right;
	margin-bottom: 20px;
}
#target {
	clear: both;
}

