@charset "utf-8";
/*
===
	CSS for the PBS Parents Bookfinder 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-bookfinder {
	width: 300px; /* Minimum width of the module */
	font-family: Arial, Helvetica, sans-serif; /* Default font family for the module. It can be removed and altered to fit the style of your site. */
	font-size: 12px; /* Default font size for the module. It can be removed and altered to fit the style of your site. */
}
.pbsparents-module-bookfinder p {
	margin: 0;
	padding: 0 0 6px 0;
}

.pbsparents-module-bookfinder label {
	display: block; /* Keeps the labels for the form elements displaying properly */
	font-weight: 900;
}

.pbsparents-module-bookfinder select /* Default settings for the drop down menus */ {
	display: block;
	width: 300px;
	margin: 2px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

.pbsparents-module-bookfinder .hr {
	display: none; /* Turns off remant code cause by default templates. This can be stylized to act as hr tag if you would like. */ 
}

.pbsparents-module-bookfinder h3 {	
	font-size: 12px;
	font-weight: 900;
	margin: 8px 0 0 0; /* Creates space between the two forms */
	padding: 0 0 3px 0;
}

.pbsparents-module-bookfinder input#keywords /* The Keyword Search field */ {
	margin: 0 4px 0 0;
	padding: 0;
}