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