#srch {
	margin-bottom: 20px;
	margin-top: 4px;
}
#srch input {
	width: 150px;
}
#srch input.submit {
	width: auto;
	margin-left: 15px; 
}
	/* fieldset styling */
#srch fieldset {
  margin: 0;  /* space out the fieldsets a little*/
  padding: 0 1em 1em 1em;
  border : 1px solid #ccc;
}
  /* legend styling */
#srch legend {
  font-weight: bold;
  color: #4C8734;
  margin-bottom: 2px;
}
/* style for  labels */
#srch label {
	display: block;
}
#srch select {
	width: 150px;
}
#srch fieldset.search {
	margin-top: -10px;
	/*background: url('../images/arrow1.jpg') no-repeat top right;*/
}