body {
   background: url(http://www.root2art.co.uk/backgrounds/img/root2art_bold_design.gif);
   background-color: #DDD;
   margin: 0px 0px 0px 10px;
   font-family: sans-serif;
   font-size: 12px;
   color: #000000;
}

#box {
	background-color: #FFFFFF;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	width: 600px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -200px;
	padding: 422px 2px 2px 2px;
}

#main {
	width: 594px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -198px;
	margin-top: 2px;
	height: 414px;
	overflow: auto;
	padding: 2px;
	border: 1px solid #000;
	background-image: url('child.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#admin {
	width: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

p {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	margin-bottom: 10px;
}

h1 {
	font-family: Garamond, Times New Roman, Serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

ul {
	font-size: 12px;
}

li {
	list-style-type: diamond;	
}

a {
	color: inherit;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

input {
	padding: 0px
	margin: 0px;
	font-size: 12px;
	font-family: sans-serif;
}

.box {
	font-size: 12px;
	text-align: left;
}