#BackgroundImage {
  margin-top: 100px;
  margin-left: 90px;
	height: 80%;
	/*position:absolute;*/
}

#SectionContent {
  margin-top: -20px;
  margin-left: 14px;
	height: 80%;
}

h1,h2 {
	font-size: 12px;
	color: #FF8888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

form {
  border: 0px;
	margin: 0px;
}

table {
	font-family: sans-serif; 
	font-size: 10px;
	text-decoration: none;
}

th { /* Shade table headings dark grey */
	background-color: #555555;
	color: #FFFFFF;
}

fieldset {
  border-style: groove;
}

label {	/* NS ignores this */
	width: 90px;
}

.label {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 90px;
	margin-right: 4px;
  display: inline-table;
}

input.text, input.password {
	border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 10px;
}

.select {
  border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 10px;
}

.text {
  border: 1px solid #000;
	background-color: #E2E2E2;
	color: #666666;
	font-size: 10px;
}

input.button {
	font-size: 10px;
	color:#FFFFFF;
	background-color:#967967;
	padding: 2px;
	border: 1px solid #000000;
}

input.button_caution {
  left:0px;
  margin:0px;
  /*float:left;*/
  font-size: 10px;
  color:#000000;
  background-color:#FFEEEE;
  padding: 2px;
  border: 1px solid #000000;
  cursor:hand;
}

input.button_caution:hover {
  color:#000000;
  background-color:#FF0000;
}

select.dropdown {
	background-color: #E2E2E2;
	color: #333333;
	font-size: 10px;
}

.error {
  color:#FF0000;
  font-weight:bold;
  font-size: 11pt;
}

.info {
  color:#000000;
  font-weight:bold;
  font-size: 11pt;
}

.info_small {
	color:#000000;
	font-weight:bold;
	font-size:8pt;
}

.highlight {
	color:#0000FF;
/*	margin:50px;  */
}


