body	{
	color: white;
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica;
	background-color:#CCCCCC;
	margin: 0px
}

tr, td { color: white; font-size: 12px; line-height: 16px; font-family: Verdana, Geneva, Arial, Helvetica }

form {
	margin: 0;
	padding: 0;
}

form table {
 padding-left:5px;
 padding-right: 5px;
}

input {
	color: #FFFFFF;
 	background-color: #999999;
	border-color: black;
	border-width: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	padding: 1px 6px 1px 6px;
}

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:155px;
	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;
}

