#adminHeader {font-size:24px;font-weight:bold;margin:10px 0 0 40px;}
#galleryForm { border:1px solid #333;margin:20px 0 0 40px;padding:10px;}
#galleryForm button { float:right;margin:0 20px;}
#galleryList {font-size:18px;margin:25px 0 0 40px;}
#gInstruct {margin:40px 0 0px 40px;}
.formMainImg {float:left;}
#galleryHeaderLine {margin:0 0 20px 40px;height:70px;}
#galleryHeaderLine img {border:1px solid #000;margin-right:10px;}
#galleryHeaderLine h1 {line-height:110px;}
.galleryLink {text-decoration:underline;font-size:14px;text-align:center;width:130px;word-wrap:break-word;line-height:32px;}

.rowBox {
	width:195px;
	height:190px;
	float:left;
	text-align:center;	
	margin-bottom:10px;
}

.rbImg {
text-align:center;	
}
.rowBox img {
border:1px solid #000;
margin-bottom: 8px;
}



.deleteButton { 
	color:#000;font-size:12px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:1px solid #6b6b6b;
	font-family:Arial;
	font-size:13px;
	font-style:normal;
	height:20px;
	line-height:22px;
	width:80px;
	text-decoration:none;
	text-align:center;
	padding:2px 10px;
	display:inline-block;
	margin-top:5px;
}
.deleteButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #999999 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ededed');
	background-color:#999999;
}
.deleteButton:active {
	position:relative;
	top:1px;
}	
#backToGalleries {font-size:16px;font-weight:lighter;color:#333;text-decoration:none;margin-left:20px;}
.fileInput {float:left;margin-left:20px;}
.topButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:1px solid #eda933;
	display:inline-block;
	color:#282a38;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:30px;
	width:162px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}
.topButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.topButton:active {
	position:relative;
	top:1px;
}