@charset "utf-8";
/*
===
	CSS for the PBS Parents Activity Search Module.
	
	Notes:
	- Please keep in mind, you may need to add the container class or id names to each of these styles for them to be inherited properly. For example: if .pbsparents-module-featurecontent is inside of a div called .wkrp-content, you may need to add .wkrp-content in front of each of the style names in this document.
	- Not all styles are defined in this default CSS file. They are:
	+ input.button
	
===
*/

/* General Styles for the PBS Parents Feature Content Module */
.pbsparents-module-activitysearch {
	width: 200px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.pbsparents-module-activitysearch p {
	margin: 0;
	padding: 0 0 4px 0;
}

.pbsparents-module-activitysearch label {
	display: block; 
	font-weight: 900;
}

.pbsparents-module-activitysearch select  {
	display: block;
	width: 200px;
	margin: 2px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}