.library.selectors fieldset {
	border: 0;
	margin: 20px 0 40px 0;
}
.library.selectors .hr {
	margin: 0;
}
.library.selectors fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.library.selectors fieldset ul li {
	height: 22px;
	padding: 3px 0;
}
.library.selectors fieldset ul li label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 16px;
	color: #103174;
	text-align: right;
	padding-right: 10px;
}
.library.selectors fieldset ul li input[type="text"] {
	width: 440px;
	height: 20px;
	background: #e7eaf1;
	border: 0;
	padding: 0 5px;
}
.library.selectors fieldset ul li select {
	margin: 0 20px 0 0;
}

.library.selectors fieldset button, .faqs.selectors fieldset button, .faq a.button {
	border: 0;
	background: #103174;
	color: #fff;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
}

.libraryResults {
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.q {
	color: #a5b1cb;
}
.libraryResults .item {
	text-align: center;
	width: 100px;
	float: left;
	margin: 0 10px 20px 0;
}
.libraryResults .item a {
	font-weight: bold;
	text-decoration: none;
	color: #103174;
}
.libraryResults .item a:hover {
	color: #a5b1cb;
}

.faqs.selectors fieldset {
	border: 0;
	margin: 20px 0;
}
.faqs.selectors fieldset ul {
	list-style: none;
}
.faqs.selectors fieldset ul li label {
	display: block;
	float: left;
	width: 80px;
	font-weight: bold;
	color: #103174;
	line-height: 20px;
}
.faqs.selectors fieldset ul li select {
	margin: 0 10px 0 0;
}
.faq {
	margin: 10px 0;
}
.faq p {
	color: #a6a6a6;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.faq a {
	color: #103174;
}
.faq a.button {
	display: block;
	width: 40px;
	text-align: center;
}
