/* Advanced Search form */

#as_form {
	text-align: left;
}

#as_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#as_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 5px 15px 15px 15px;
}

#as_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#as_form label {
	cursor: pointer;
}

#as_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#as_form fieldset li:before { /* for the default theme */
	content: '';
} 

#as_form input.as_styled {
	border: 1px solid #777;
	background-color: #f3f3f3;
	color: #444;
}

#as_form input.as_styled:focus {
	background-color: #fff;
	color: #444;
}

#as_credits p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}

#as_month1, #as_month2, #as_year1, #as_year2 {
	text-align: center;
}

#as_form .as_sortandorder {
	padding: 1px;
	overflow: hidden;
}

#as_form .as_sort {
	width: 40%;
	float: left;
}

/* End Advanced Search form */

select {
	margin-top: 10px;
	margin-bottom: 5px;
}

input#as_searchquery {
	width: 440px;
	padding: 2px;
	margin: 6px 0 0 8px;
}

input#as_searchquery, input#as_month1, input#as_year1, input#as_month2, input#as_year2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}

select#as_resultsperpage {
	width: auto;
	font-family: Tahoma, Verdaana, Helvetica, sans-serif;
}

input#as_month1, input#as_month2 {
	width: 2.2em;
}

input#as_year1, input#as_year2 {
	width: 3.5em;
}

/*
#as_form p input {
	width: 152px;
	}
*/
