#albums {
	margin-left: 15px;
	clear: both;
	float: left;
}

#albums .album {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	width: 163px;
}

#albums .thumb {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #f2f2f2;
	height: 120px;
	width: 153px;
}

#albums .thumb .image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 153px;
}

#albums .caption {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#albums .caption h3 {
	line-height: 1.4em;
	font-size: 0.9em;
}

#albums .caption p {
	line-height: 1.4em;
	color: #7f7f7f;
	font-size: 0.7em;
}

#albums .caption a {
	padding-bottom: 1px;
	text-decoration: none;
}

#photos {
	margin-left: 15px;
	clear: both;
	float: left;
}

#photos .photo {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	width: 163px;
}

#photos .thumb {
	margin: 5px;
	background-color: #f2f2f2;
	height: 120px;
	width: 153px;
}

#photos .thumb .image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 120px;
	width: 153px;
}

#photos .options {
	text-align: center;
}

#photos .options p {
	padding-bottom: 5px;
	line-height: 1.4em;
	color: #7f7f7f;
	font-size: 0.7em;
}

#photos .options p a {
	text-decoration: none;
	color: #7f7f7f;
}

#album-properties {
	margin-left: 15px;
}

#album-properties h2 {
	line-height: 1.4em;
	font-size: 1.4em;
	float: left;
}

#album-properties p {
	color: #7f7f7f;
	text-transform: uppercase;
	margin-right: 15px;
	line-height: 1.4em;
	font-size: 0.8em;
	float: right;
}

input#album_name {
	background-color: #ffffc8;
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
}

input#album_year {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffc8;
}

#save {
	font-size: 0.7em;
	text-align: center;
	height: 25px;
	margin-left: 25px;
	line-height: 25px;
	float: left;
}

#upload {
	margin-top: 5px;
	padding-left: 15px;
	width: 705px;
	border-top-color: #e6e6e6;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	float: left;
}

#upload p {
	font-size: 0.7em;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}

#upload p#loading {
	display: none;
	margin-left: 10px;
}

#save a {
	color: #999999;
	text-decoration: none;
}


