@charset "utf-8";

/*
	PHP Gallery CSS v1.1
	Last updated 2008-03-27 by andy
*/

form.gallery_selector {
	margin-bottom:2em;
}

p.no_galleries {
	text-align:center;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.gallery li {
	display:inline;
	margin-right:0px;
}

ul.gallery li img {
	margin: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	width: 68px !important;
	height: 68px !important;
	border: 1px solid rgb(255, 255, 255) !important;
}

form {
	height: 35px !important;
	width: 487px !important;
	display: block !important;
	clear: both !important;
}

form select {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #1A2113;
	background-color: #FFFFFF;
	border: 1px solid #192112;
	margin-bottom: 8px;
	float: left;
	display: inline;
	padding-left: 2px;
}

form input {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1C2216;
	text-align: center;
	display: inline;
	float: right;
	height: 20px;
	width: 150px;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	clear: right;
	font: 12px/19px Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
}