@charset "UTF-8";
/* CSS Document for html/galleries/index.php */

fieldset {
	border:1px #eee solid;	
	padding-top:10px;
}

legend { font-size:1.3em; font-weight:bold; }

#viewGalleryButton {
	float:right;
	border:1px #ddd solid;
	background-color:#eee;
	padding:5px 10px;
	margin:0px;
	cursor:pointer;
}

#viewGalleryButton:hover { background-color:#ddd; }

#pageContent #advControl {
	margin-top:10px;
	font-size:1em;
	color:#888;
	text-align:right;
	cursor:pointer;
	float:right;
}
