h1 { font-size: xx-large; font-weight: bold; font-family: sans-serif; }
h1>input[type=text] { font-size: xx-large; font-weight: bold;
 font-family: sans-serif;  }
fieldset>label { display: block }
small { display: block; color: #888 }
input[type=text], input[type=password], select { margin: 2pt; padding: 1pt;
 border: 2px solid black;  background-color: #eee;
 -moz-border-radius: 1ex }
input[type=submit], button, input[type=reset] { color: white;
 border: 2pt outset #999; background-color: #999; font-weight: bold;
 -moz-border-radius: 1ex; margin: 4pt; }
input[type=reset] { color: blue }
big { font-size: x-large; color: #800 }
h3, caption {
	font-size: smaller;
	font-weight: bold;
	margin-top: 1.25em;
	border-bottom: 2pt solid #f0f0f0; 
}
.searchbox {
	border: 2px solid black;
	display: block;
	width: 20em;
	position: fixed;
	right: 0;
	top: 2em;
	padding: 10px; 
	height: auto;
	background-color: white;
}
.approvebox {
	border: 2px solid black;
	display: block;
	width: 20em;
	position: fixed;
	right: 0;
	top: 22em;
	padding: 10px;
	height: 18em;
	background-color: white;
	overflow: auto;
}

body {
	background-image: url("/Joshua/images/hello-kitty-bg.png");
	background-position: 20em 5em;
	background-repeat: no-repeat;
	font-size: 22px;
}

.details>div {
	float: left;
	background-color: white;
	margin: 0.5em 1em;
	border: 2px solid black;
	height: 40em;
	overflow: auto;
	padding: 10px;
}

.frames {
	border: 3px solid black;
}
.submit {
	float: right;
}
.usertable {
	padding: 3px;
}
.usertable th {
	border: none;
	text-align: right;
	padding: 0 10px;
}
.usertable td {
	border: 1px groove black;
	padding: 2px 10px;
	text-align: left;
}
.buddies {
	height: 10em;
	overflow: auto;	
}

.givenuts {
	width: 10em;
	height: 5em;
	border: 1px black solid;
	background-color: white;
	position: absolute;
	top: 0;
	left: -50em;
	padding: 5px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}