@charset "utf-8";
/* CSS Document */

@import url(base/common.css);
@import url(base/pagedlist.css);

#searchbar {
	width:740px;
	background:url(../../_sharedimg/bg_gradient_50.gif) repeat-x top left;
	overflow:hidden;
}
#searchbar {
	position:relative;
	width:740px;
	height:80px;
}
#searchbar label {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	line-height:1em;
	color:#3C76B0;
}
#searchbar label#lbl_filterby_month {top:30px; left:10px;}
#searchbar label#lbl_filterby_year {top:30px; left:300px;}
#searchbar select {position:absolute; border:1px solid #e6e6e6;}
#searchbar select.filterby_month {
	top:32px;
	left:90px;
	width:190px;
}
#searchbar select.filterby_year {
	top:32px;
	left:360px;
	width:120px;
}