h2 {
  margin: 12px 3px;
  padding: 0;
  font-size: 13px;
  color: #5B3F33;
}
.h2 {
	font-weight:bold;
}

.light-block {
  background: #F6F6F6;
  border: 2px solid #D8D4D1;
  padding: 5px 0 8px 0;
  width: 100%;
}

.light-block h2, .h2 {
  color: #283641;
  margin: 0 0 0 10px;
  font-size: 18px;
  font-family: "Verdana";
}

.user-info
{
	font-weight: bolder;
	font: fantasy;
}

.search {
  width: 100%;
}

.search td {
  width: 33%;
  vertical-align: top;
  border-right: 1px solid #D7D7D7;
}

.search td.last {
  border-width: 0;
}

.search td div.field {
  position: relative;
  padding: 0 0 3px 11px;
  min-height: 220px;
}

* html .search td div.field {
  height: 220px;
}

.search td h3 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #212121;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -5px;
}

.search td a.help {
  color: #000;
  position: absolute;
  right: 6px;
  top: -3px;
}

.search td .label {
  display: block;
}

/*.search td input.text, .search td select {
  width: 180px;
  margin: 2px 0 5px 0;
  color: #000;
}*/

.search td .input-button {
  *margin-top: 10px;
  position: absolute;
  top: 200px;
  left: 11px;
}

.search td input.button {
  display: block;
  *margin-top: 10px;
  position: absolute;
  top: 200px;
  left: 11px;
}

.search td .required {
  color: #0C448E;
  float: right;
  margin: 8px 18px 0 0;
}

span.blue {
  color: #0C448E;
  font-size: 15px;
  font-weight: bold; 
}

.block {
  width: 100%;
}

.results {
  border: 2px solid #9B9C94;
  border-collapse: collapse;
  width: 100%;
}

.results thead td, .results thead th {
  background: #EFEBE0;
  height: 68px;
  border-bottom: 2px solid #9B9C94;
  vertical-align: bottom;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.results thead th { 
  text-align: left;
  padding-left: 14px;
}

.results thead td {
  border-left: 1px solid #D1D1C5;
}

.results tbody td, .results tbody th {
  background: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  padding: 5px;
}

.results tbody .bg td, .results tbody .bg th {
  background: #F0F0F0;
}

.results tbody th {
  text-align: left;
  padding-left: 7px;
  white-space: nowrap;
}

.results tbody th a.plus {
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  background: url("../images/button/plus.gif") no-repeat;
  float: left;
}

.results tbody .a-button2 {
  margin: 0 auto;
}

.light-block .buttons {
  height: 20px;
  line-height: 20px;
}

.light-block .buttons a {
  color: #000;
  float: right;
  margin-right: 15px;
}

.light-block .buttons * {
}

.users {
  width: 215px;
  padding-right: 10px;
  margin: auto;
}

.users td {
  width: 66%;
  vertical-align: top;
}

.users th {
  border-right: 1px solid #D7D7D7;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.users td div.field, .users th div.field {
  position: relative;
  padding: 0 0 0 11px;
  min-height: 90px;
}

* html .users td div.field, * html .users th div.field {
  height: 90px;
}

.users td h3, .users th h3 {
  padding: 0;
  color: #212121;
  margin: 0 0 10px 0;
  font-size: 100%;
  position: relative;
  top: -3px;
  left: -5px;
}

.users td a.help, .users th a.help {
  color: #000;
  position: absolute;
  right: 6px;
  top: -3px;
}

.users td .label, .users th .label {
  display: block;
}

/*.users td input.text, .users td select, .users th input.text, .users th select  {
  width: 180px;
  margin: 2px 0 5px 0;
  color: #000;
}*/

.users .column {
  width: 180px;
  padding: 0 13px 0 13px;
  float: left;
}

.users .input-button {
  margin: 10px 0 0 117px;
  position: relative;
}

.users .input-button input {
  position: absolute;
  width: 100%;
  left: 0;
}

.light-block .line {
  border-top: 1px solid #D2D2D2;
  font-size: 0;
  height: 0;
  margin: 10px 5px;
}







.FormField input, .FormField select {
  width: 180px;
  margin: 2px 0 5px 0;
  color: #000;
}

.forgotpassword
{
	display: block;
	font-style: italic;
	color: #5560D0;
	text-decoration: none;
	padding-right: 10px;
	margin: 10px 0px;
	float: right;
}