
body {
	color: white;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
}

td {

	color: white;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
}

#mapbuttons a {
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	font-size: 10px;
}

input[type=text]{
	width: 130px;
	height: 15px;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: black;
	color: white;
}
input[type=password]{
	width: 130px;
	height: 15px;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: black;
	color: white;
}

input[type=checkbox]{
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	background-color: black;
	color: white;
}

select {
	width: 130px;
	height: 15px;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: black;
	color: white;
}
textarea {
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: black;
	color: white;
}

input{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	background-color: black;
	color: white;
}


