div#log {
	position: absolute;
	height: 240px;
	width: 350px;
	left: 50%;
	top: 50%;
	margin-top: -120px;
	margin-left: -175px;
	text-align: center;
	font-size: 12px;
	border: 1px solid black;
}
#log #login img {
	position: absolute;
	left: -64px;
	top: 64px;
}
h1.admin {
	font-size: 14px;
}
h1, h2, h3, p {
	font-family: "Century Gothic", Arial;
	font-weight: normal;
}
h2.admin {
	font-size: 14px;
	width: 20em;
	text-align: left;
	background-color: #FFFFCC;
	height: 2.5em;
	text-transform: capitalize;
	border: 1px solid #999900;
	border-bottom: none;
	z-index: 1;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 5px;
}
p.admin {
	font-size: 10px;
}
p.info {
	font-size: 10px;
	font-style: italic;
	background: white;
	border: 1px solid #333333;
	width: 200px;
	margin: 0px;
	height: 6em;
	padding: 5px 1em;
	z-index: 0;
}
input {
	border: 1px solid #cccccc;
}
textarea {
	background: white;
	border: 1px solid #CCFF00;
	font-size: 14px;
}

input.green {
	color: #CCFF00;
	background-color: #333333;
	float: right;
}
input.red {
	color: #FFFFFF;
	background-color: #CC0033;
}
.backup {
	background: #CCFF99;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #697C4F;
}
TR.admin {
	text-align: center;
}
TR.adminHead {
	text-align: center;
	font-weight: bold;
	background-color: #CCFF00;
}
form {
}
