body {
	background-image: url('/images/tribute/plain_desert.jpg');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.namechoice {
	width: 234px;
	vertical-align: top;
	padding: 10px;
}

.namechoice h2, .thumbnails h2 {
	color: #000000;
	font-family: 'Times New Roman', serif;
	text-align: center;
}

.namelist {
	border: ridge 4px #888888;
	background-color: #E2C694;
	color: #000000;
	height: 475px;
	font-family: 'Times New Roman', serif;
	font-size: 10pt;
	width: 234px;
}

.namesearch {
	color: #E2C694;
	font-style: italic;
}

.namesearch input {
	border: ridge 4px #888888;
	background-color: #E2C694;
	color: #000000;
	width: 226px;
}

.thumbnails {
	width: 524px;
	vertical-align: top;
	padding: 5px;
}

.thumbnailimages {
	height: 500px;
	text-align: center;
	padding: 10px;
}

.thumbnailimages input {
	margin: 2px;
	border: ridge 4px #888888;
}

.bigger {
	font-size: 120%;
}

.output {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #000000;
	height: 600px;
	background-color: #FFFFFF;
}

.output img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.outputtext {
	width: 335px;
	height: 520px;
	overflow: none;
	position: relative;
	top: 40px;
	left: 425px;
}

.outputtext h2 {
	text-align: center;
	font-style: italic;
}

.outputtext table {
	width: 100%;
}

.outputtext th {
	text-align: left;
	border-bottom: #000000 solid 2px;
}

.nodetaillist {
	text-align: center;
	font-size: 120%;
}

.buttons form {
	display: inline;
}

.buttons input[type="submit"] {
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	background-color: #E2C694;
	border: outset 2px #888888;
	color: #000099;
	font-weight: bold;
	font-size: 110%;
}
