table, fieldset, div#image {
	background: #FFFFFF;
	width: 100%;
	border: 1px #71BC8D solid;
	margin: 0 auto;
	border-collapse: collapse;
}

fieldset {
	margin: 20px auto;
	font-size: 0.8em;
	line-height: 22px;
	padding: 13px;
}

legend {
	background: transparent;
	border: 1px #085e39 solid;
	background: #CCFFCC;
	font-size: 1.0em;
	font-weight: bold;
	padding: 1px 18px;
}

label {
	font-weight: bold;
}

table {
	text-align: center;
}

table#images {
	text-align: center;
}

table#images td {
	padding: 15px 5px;
}

table#images img {
	display: block;
	margin: 0 auto;
    border: 0
}

table#images a {
	font-size: 0.8em;
	text-decoration: none;
}

table#images a:hover {
    text-decoration: underline;
}

p#admin {
	text-align: center;
	font-size: 0.8em;
	line-height: 30px;
}


p#footer {
	font-size: 0.8em;
	line-height: 40px;
	text-align: center;
	border-top: 1px #71BC8D dashed;
}

p.navigation {
	font-size: 0.8em;
	text-align: center;
	line-height: 40px;
}

div#image {
	font-size: 0.8em;
	width: 800px;
	text-align: center;
}

div#image p {
	margin: 0;
	text-align: center;
}

div#image img {
	display: block;
	margin: 10px auto;
}

p#title {
	background: #71BC8D;
	font-size: 1.0em;
	font-weight: bold;
  margin: auto
}

p#title span {
	margin: 0 2px;
}

p.notice {
	text-align: center;
	color: #DD0000;
	font-size: 0.8em;
}

table#images a {
	text-decoration: none !important;
    border: 0
}