#iSearchform {
	background: #eee;
	margin-bottom: 10px;
	padding: 20px 20px 0;
}
#iSearchform > p {
	margin: 0;
	padding: 20px 0;
}

#iFilterbutton { cursor: pointer; display: inline-block; color: #fff;
	line-height: 27px; text-align: center; margin: 8px 15px 0px;
	width: 90px; font-size: 11px; font-weight: bold;
	font-family: Arial, sans-serif;
	background: url(tmp-toolbarbutton.png) no-repeat; }

#iSetindustries { font-size: 14px; padding: 2px 5px 5px; color: #666;
	display: none; background: #e6e6e6; border-bottom: 1px solid #ccc; }
.selectedindustryfilters { font-size: 14px; padding-left: 0px;
	margin: 3px 2px 0px; color: #333; background: #eee;
	border: 1px solid #ccc; display: inline-block; }
.removefilter { color: #999; margin-left: 4px; padding: 0px 5px;
	border-left: 1px solid #ccc; cursor: pointer; }

label { cursor: pointer; line-height: 16px; height: 16px;
	font-size: 14px; padding: 0; margin: 0; }
.label-checkbox input { margin-right: 5px; }

.has-js label input { border: none; }
.has-js label.check-on {
	background: url(checkbox.png) no-repeat; }
.has-js .label-checkbox { padding-left: 16px;
	background: url(checkbox.png) no-repeat 0 -18px; }
.has-js .label-checkbox input { position: absolute; left: -9999px; }

.companies {
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	display: block;
}
.companyhover { background: #f4f4f4; }


.alphabetlinks {
	display: inline-block;
	font-size: 12pt;
	outline: none;
}
.alphabetlinks:hover,
.alphabetlinks:active {
	background: #8fc6cc;
	text-decoration: none;
}
.alphabetlinks.alphabetselected {
	font-weight: 400;
	color: #fff;
	background: #36B1C0;
}
.alphabetlinks .alphabetletters {
	display: inline-block;
	width: 26px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}

#iFiltersubtoolbar { display: none; padding: 10px; font-size: 14px;
	background: #eaf0f2; border: solid #106c9f; border-width: 5px 0px; }

#iConfirmationbox { display: none; position: fixed; z-index: 1000;
	width: 260px; padding: 40px; left: 50%; margin-left: -100px;
	top: 200px; text-align: center; font-weight: bold;
	box-shadow: 0 5px 5px rgba(33, 33, 33, 0.3);
	-moz-box-shadow: 0px 5px 5px rgba(33, 33, 33, 0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(33, 33, 33, 0.3);
	background: #f6f6f6; border: 1px solid #ccc; }

.placeholder { color: #a5a5a5; font-style: italic; }

#iNudgepopup { display: none; }
#iNudgeprofile { padding: 0; margin: 0; }
#iNudgetext { font-size: 14px !important; color: #66aaff; }

.nudgelink { font-size: 12px; font-weight: normal; margin-left: 20px;
	display: none; line-height: 20px; float: right; }
