/* Common CSS used across all pages */
.FormError
{
	font-weight: bold;
	color: yellow;
}

h1
{
	font-size: 14px;
	margin: 0px 0px 5px 10px;
}

span.fieldLabel
{
	display: block;
}
input, textarea
{
	font-size: 11px;
	font-family: Verdana;
}

#contenttext
{
	margin-top: -8px;
}

#contenttext p
{
	margin: 10px 30px 10px 10px;
}

/* Gallery Pages */
.galListGroup
{
	float: left;
	display: block;
	width: 150px;
	height: 120px;
	text-align: center;
}
.galListGroup img
{
	border: 0px;
}

