fieldset {
	border:1px solid #ccc;
	padding:10px 20px 20px;
	background:#fff;
	background:rgba(255,255,255,.5);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
}
fieldset legend {
	text-transform:uppercase;
	padding:0 10px;
	font-weight:bold;
	margin-left:-10px;
}
fieldset p {
	margin:0;
}
fieldset ul {
	list-style:none;
	margin:0;
	padding:0;
}
fieldset strong {
	font-weight:normal;
}
#as_searchquery {
	font-size:2em;
	padding:5px 10px;
	margin:5px 0;
	text-align:center;
	background:#fff6cf;
	border:1px solid #efc986;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#as_form > fieldset:first-child {
	border:none;
	background:none;
	text-align:center;
}
#as_form > fieldset:first-child legend {
	display:none;
}
#as_form > fieldset:first-child p a {
	display:none;
}
#as_form > p {
	margin-top:20px;
}
.children {
	margin-left:20px;
}
.as_sort {
	float:left;
	margin-right:40px;
}
