@charset "utf-8";
/* UberSoft Technologies CSS Document */

#tabs-dashboard #dashboard-filter .searchTop ul li, #tabs-dashboard #dashboard-filter .searchBottom ul li{
	display:inline;
}

#dashboard-filter-sent {
	position:relative;
	left: 15px;
}

#dashboard-filter-from, #dashboard-filter-to {
	border:1px solid #72B42D;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:	repeat-x scroll 50% 50% #285C00;
}
#dashboard-filter-from:active, #dashboard-filter-to:active {
	background:	repeat-x scroll 50% 50% #4CA20B;
}