body, table {
	background-color:black;
	color:white;
	font-family:verdana,arial;
	font-size:12px;
}
a {
	color:gray;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:gray;
}
h1, h1 a {
	text-align:center;
	color:white;
}
h2 {
	background:url('img/combo_box.gif') no-repeat;
	color:white;
	font-size:16px;
	font-weight:normal;
	width:160px;
	height:93px;
	margin:0px;
	padding:15px 15px 5px 45px;
	text-align:left;
}
select {
	margin:5px 0px 15px 4px;
	width:157px;
}
li {
	padding:5px;
}
a#backToSite {
	position:relative;
	top:-40px;
	left:80%;
}
div#showInput {
	border:5px ridge gray;
	background-color:white;
	text-align:center;
	padding:0px 20px 20px 20px;
	width:500px;
	position:absolute;
	top:240px;
	left:29%;
}
div#showInput input {
	width:250px;
	margin:5px;
	display:block;
}
div#close {
	cursor:hand;
	font-size:18px;
	font-weight:bold;
	border:1px solid black;
	border-width:0px 0px 1px 1px;
	width:26px;
	height:26px;
	position:relative;
	top:-1px;
	left:233px;
}
body#admin {
	color:black;
	background-color:white;
}
#admin table {
	border:3px solid black;
	background-color:white;
	border-collapse:collapse;
	width:100%;
}
#admin table table {
	border-width:2px 0px 0px 2px;
}
#admin table td {
	padding:0px;
	border:1px solid gray;
}
#admin td div {
	padding:0px 0px 3px 3px;
}
#admin table th, th a {
	background-color:gray;
	text-align:left;
	padding:5px;
	color:black;
}
#admin th a:hover, #admin td, #admin h1 a {
	color:black;
}
#admin span {
	font-size:20px;
	cursor:hand;
	color:black;
}
#admin form table, #admin form td {
	border:0px solid white;
}
#admin table a {
	font-size:9px;
}
h5 {
	margin-bottom:0px;
	font-weight:normal;
}
h6 {
	margin-top:0px;
	font-weight:normal;
}