body { 
  margin: 0px;
  padding: 0px;
  background-color: #FFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  letter-spacing: 0px;
  height: 100%
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

table.login th{
font-size : 16px;
font-weight: bold;
color:#9F9F9F;
/*background-color:#AC7600;*/
/*color:#ffffff;*/
}

table.login td{
font-weight:bold;
}	

table.register th {
  font-size        : 15px;
  font-weight      : bold;
  /*text-transform   : uppercase;*/
  text-align       : left;
  height           : 21px;
  line-height      : 21px;
  text-indent      : 8px;
  letter-spacing   : 1px;
  color            : #AC7600;
}
table.register td {
  padding-left     : 0px;
  padding-right    : 0px;
vertical-align: top;
}

.box{
	border:1px solid #000000;
	margin: 5px 5px 5px 5px;
background-color: #f0f0f0;
}

.headerbox {
  font-size        : 13px;
  font-weight      : bold;
  text-align       : left;
  line-height      : 21px;
  text-indent      : 8px;
  color            : #AC7600;
border-top-style:solid;
border-top-width:2px;
border-top-color:#ac7600;
}

.header_bottom {
  font-size        : 13px;
  font-weight      : bold;
  text-align       : left;
  line-height      : 21px;
  text-indent      : 8px;
  color            : #AC7600;
border-bottom-style:solid;
border-bottom-width:2px;
border-bottom-color:#ac7600;
}

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  background-color : #EDEDED;
  padding          : 1px;
}
.redtxt {
color: #FF0000;
}

.boldbig {
font-size: 16px;
font-weight:bold;
}