body	{
	color: white;
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica;
	background-image: url("../images/background.gif");
	margin: 0px
}

h1 { color: white; font-weight: bold; font-size: 24px }

h3 { color: #f6f; font-weight: normal; font-size: 18px }

ol { color: white }

ul { color: white }

tr, td { color: white; font-size: 12px; line-height: 16px; font-family: Verdana, Geneva, Arial, Helvetica }

a:link { color: white; text-decoration: none; background-color: transparent }

a:visited { color: #ccf; text-decoration: none; background-color: transparent }

a:hover { color: #6f3; text-decoration: none; background-color: transparent }

input		{
	font-size: 0.9em;
	color: white;
	background-color: #999999;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-left-color: black;
	border-left-width: 0px;
	border-right-color: black;
	border-right-width: 0px;
	border-top-color: black;
	border-top-width: 0px
}

textarea, select {
	font-size: 0.9em;
	color: white;
	background-color: #999999;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-left-color: white;
	border-left-width: 1px;
	border-right-color: white;
	border-right-width: 1px;
	border-top-color: white;
	border-top-width: 1px

}

.helperText { font-size: 9px }

td.title { font-size: 12px; line-height: 20px; color: black; background: orange; font-weight: bold }

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	background-color: #666666;
	margin-left: -100px;
	position: absolute;
	top: -85px;
	left: 50%;
	width: 200px;
	height:169px;
	visibility: visible
}

.error { margin-left: 5px; color: orange; font-weight: bold; background-color: black; }

#errorplate {
	background-color: orange;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 100px;
	overflow: auto;
}

