fieldset
{
	border : 1px solid #c0c0c0;
	margin : 0 auto 2em 0;
	background : #f0f0f0;
}
fieldset fieldset
{
	background : #ffffff;
}
legend
{
	font-size : 1.3em;
	font-weight : bold;
}
form .req
{
	font-weight : bold;
}
form#add_gallery dt
{
	float : left;
	width : 75px;
}
div.edit_gallery form dt
{
	float : left;
	width : 75px;
}
form.delete_gallery input
{
	color : #ff0000;
	font-weight : bold;
}
form.upload_photo dt
{
	width : 100px !important;
}
textarea
{
	font-size : 10pt;
}
.photo_list .pl_image
{
	float : left;
	width : 150px;
	margin-bottom : 1em;
}
.photo_list .pl_info
{
	float : left;
}
.photo_list .pl_row
{
	clear : both;
}
.photo_gallery .pg_image
{
	float : left;
	width : 170px;
	height : 120px;
	text-align : center;
	padding-top : 20px;
}
.photo_gallery .pg_image:hover
{
	background : #ffffcc;
}
