/*
** Search.css - Search Page specific rules and styles
*/
div.search
{
	margin: 20px 0 0 0;
	width: 400px;
}
div.searchControls
{
	position: relative;
	height: 130px;
}
div.searchOptions
{
	position: absolute;
	top: 0;
	right: 0;
}
div.results
{
	margin: 10px 0;
}

