@charset "utf-8";

/*
	PHP Gallery CSS v2.5
	Last updated 2009-02-13 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:4px;
}

ul.gallery li img {
border:1px solid #A67810 !important;
margin:1px !important;
padding:2px !important;
width:75px !important;
height:75px !important;
	
}

#gallerycopy select {
	color:#a65c0d;
	border: 1px solid #a65c0d;
	font-size:14px;
	background-color: #0c0c0c;
	font-size:14px;
}

#gallerycopy input {
	color:#a65c0d;
	border: 1px solid #a65c0d;
	font-size:14px;
	background-color: #0c0c0c;
	font-size:14px;
	width: 50px;
}