table.usertable {

}
table.usertable td {
	color: #400000;
height:10px;

}
table.usertable tr.setrows td {
	line-height: .40em;
	height:6px;
}

fieldset { border:1px solid green }

legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
fieldset {
	padding: 1em;
	font:80%/1 sans-serif;
	margin-left: 40px;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
input {
	background-color: #CBEDDC;
	color: #006600;
	margin-top: 3px;
	border: thin outset #006699;
}
.searchbox {
	background-color: #CFDCE0;
	color: #006600;
	margin-top: 3px;
	border-top: 2px solid #000066;
	border-right: 1px solid #0033FF;
	border-bottom: 1px solid #0033FF;
	border-left: 2px solid #000066;
}
#search {
	width: 210px;
	height: 96px;
	margin-left: 15px;
	padding: 5px 3px 3px;
	margin-top: 2px;
	z-index: 5;
	background-repeat: no-repeat;
	color: #FF0000;
	background-image: url(../../images/searchpallet.gif);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.cssbutton {
	background: #fff;
	padding: 1px;
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant : small-caps;
	border : 1px solid #aaa;
}
.cssbutton:hover {
	background: #8BD8B1;
	color: white;
   }

.expandable_box {
}

.expandable_box label{
  float:left;
  width:35%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

span.checkbox {
	width: 18px;
	height: 18px;
	padding: 0 15px 0 0;
	background: url(../../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../../images/custom/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../../images/custom/select.gif) no-repeat;
	overflow: hidden;
}
