/* sg_style.css
   styles for simple gallery
   on Rainbow of Heroes Walk site

   removed the following style definitions:
	body, .sgicon, .sgalbuminstruct, .bgcaptiontxt
*/

.sgalbumtitle {
	font-size: 110%;
	font-weight: bold;
}

.sgalbumtab {
	font-size: 85%; /* &&& modified */
	font-weight: bold;
	text-align: right;
	vertical-align: text-bottom;
	height: 1.85em;
	width: 30em;
}

.sgimage {
	padding-top: .85em; /* &&& added */
}

select {
	font-size: 85%; /* &&& changed */
	color: #2D3276;
	vertical-align: bottom;
	padding: 3px;
}

textarea {
	font-size: 85%; /* &&& changed */
}

