

.field
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
  font-weight: 300;
  color: black;
	background: url(../lab_images/search_background9.gif) repeat-x;
	width: 100px;
  height: 8px;
  border: 1px solid black;
  padding: 0px 5px 6px 5px;
  position: relative;
  right: 20px;
}

.field_adjust
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
  font-weight: 300;
  color: black;
	background: url(../lab_images/search_background9.gif) repeat-x;
	width: 100px;
  height: 0px;
  border: 1px solid black;
  padding: 0px 5px 15px 5px;
  margin-bottom: 25px;
position: relative;
  right: 8px;
  
}

.button
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 10px;
  color: black;
	padding: 0px 0px 10px 0px;
	width: 30px;
  height: 15px;
  background-color: #6ca6cd;
  border: 1px solid #98cbfd;
  position: absolute;
  right: 33px;
  top: 3px;
   }

.button_adjust
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 10px;
  color: black;
	padding: 0px 0px 10px 0px;
	width: 30px;
  height: 15px;
  background-color: #6ca6cd;
  border: 1px solid black;
  position: absolute;
  right: 20px;
  top: 3px;
   }
.form_table
{
	width: 170px;
}
.form_td_left
{
	width: 385px;
  border: none;
}
.form_td_right
{
	width: 85px;
  border: none;
}
