.dropdowns_fields {
	padding: 2px;
	border: 1px solid #CCCCCC;
	font:11px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	margin: 2px;
	vertical-align: middle;

-moz-opacity:0.75;
filter:Alpha(Opacity=75);
}
.legend {
	padding: 5px;
	border: 1px solid #000000;
	font:12px Tahoma, verdana,arial,sans-serif;
		background:#ffffff;
}
form.spiffy_content {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:12px Tahoma, verdana,arial,sans-serif;
  margin: 0;
  padding: 20;
}

form.spiffy_content fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  font:12px Tahoma, verdana,arial,sans-serif;
}

form.spiffy_content fieldset legend {
	font-size:12px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.spiffy_content label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form.spiffy_content fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form.spiffy_content input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form.spiffy_content input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form.spiffy_content small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.spiffy_content .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.spiffy_content br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.spiffy{
display:block;
}
.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#bebebe;
}
.spiffy1{
border-right:1px solid #e9e9e9;
padding-right:1px;
margin-right:3px;
border-left:1px solid #e9e9e9;
padding-left:1px;
margin-left:3px;
background:#eeeeee;
}
.spiffy2{
border-right:1px solid #f9f9f9;
border-left:1px solid #f9f9f9;
padding:0px 1px;
background:#d5d5d5;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #d5d5d5;
border-left:1px solid #d5d5d5;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #e9e9e9;
border-left:1px solid #e9e9e9;
}
.spiffy5{
border-right:1px solid #d8d8d8;
border-left:1px solid #d8d8d8;
}
.spiffy_content{
	padding:5px;
	background-image: url(../vials_caps/images/tray_finder_back2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CCCCCC;
	width: 380px;
}
.spiffy_content2{
	padding:5px;
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}
.maindiv {
	width: 450px;
}
.buttons_finder{
	padding: 2px;
	font:11px Tahoma, verdana,arial,sans-serif;
	background:#ffffff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
		margin: 2px;
}
.smalltext{
  font:10px Tahoma, verdana,arial,sans-serif;
}
.tdshrink10{
	padding: 10px;
		background:#EEEEEE;
}
.aligncenter{
	text-align: center;
}
.alignleft{
	text-align: left;
}
.partsearchform{
	text-align: right;
}
.finder_title{
	font:12px Tahoma, verdana,arial,sans-serif;
	font-weight: bold;
	padding-bottom: 3px;
}

