html,body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #C9A68A;
}

div#container {
	position: relative;
	margin: auto;
	width: 800px;
	margin-top: 10px;
	text-align: left;
}

div#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	line-height: 16px;
	border: 1px solid #000;
}

hr {
	color: #F8830F;
	height: 4px;
}

table {
	border: none;
	border-collapse: collapse;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #B00000;;
}

a:visited {
}

a:active {
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #B00000;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
}

.textlayer {
	position: absolute;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #B00000;
	overflow: auto;
	border: 0px solid black;
}

.text {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #B00000;
}

.button {
	color: #B50000;
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #DCDCDC;
	border: 1px solid;
	border-top-color: #787778;
	border-left-color: #787778;
	border-right-color: #787778;
	border-bottom-color: #787778;
}

.textbox {
	border: 1px solid white;
	font-size: 11px;
	background-color: #FF7800;
	color: white;
	height: 15px;
}

INPUT.invalid {
	background-color: #FFE0E0;
	border-color: red;
	border-style: solid;
}
