@charset "utf-8";
.album_holder {
	background-color: #F0F0F0;
	margin: 5px;
	padding: 5px;
	clear: none;
	float: left;
	height: 280px;
	width: 215px;
	position: relative;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	-o-box-shadow: 1px 1px 4px #999;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.album_holder:hover {
	background-color: #D6D6D6;
}
.album_holder .photo_bg {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 70%;
	width: 100%;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.album_holder .photo_bg .link {
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.album_holder .photo_bg .link a {
	background-attachment: scroll;
	background-image: url(../admin/phpimages/blank_filter1.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.album_holder .photo_bg .link a:hover {
	background-image: url(../admin/phpimages/view_filler.png);
	background-position: center center;	
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
.album_holder .captions {
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 30%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.album_holder .captions h2 {
	font-family: 'questrialregular', sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	color: #281571;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.album_holder .captions h3 {
	font-family: 'questrialregular', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.album_holder .captions h2 a {
	color: #6b809b;
	text-decoration: none;
}
.album_holder .captions h2 a:hover {
	color: #6b809b;
	text-decoration: underline;
}
.album_holder .captions h2 a:visited:hover {
	color: #6b809b;
	text-decoration: underline;
}
.album_holder .captions h2 a:visited {
	color: #6b809b;
	text-decoration: none;
}
.notice1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #F00;
	padding: 1% 2%;
	clear: both;
	height: auto;
	width: 98%;
	border: 1px solid #999;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
	line-height: normal;
}
select {
	height: 32px;
	padding: 4px;
	border: 1px solid #099;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	width: 260px;
}
.subm_btn {
	height: 34px;	
	border: 1px solid #099;
	padding: 0px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	background-color: #666;
	cursor: pointer;
	color: #fff;
}
.subm_btn:hover {
	height: 34px;	
	border: 1px solid #099;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	background-color: #333;
	cursor: pointer;
	color: fff;
}
option {
	padding: 5px;
	border-bottom: 1px solid #CCC;	
}