/* ------------------------ Search Form ------------------------ */
dl.selects {
	background-color: #F4F2F2;
    float: left;
    margin: 10px 5px 0;
    width: 223px;
}
dl.selects dt {
	float:left;
	width:55px;
	line-height:21px;
	text-align:right;
	margin-bottom:7px;
}
dl.selects dd {
	margin-bottom: 14px;
}
dl.inputs {
	width:323px;
	overflow:hidden;
}
dl.inputs dt {
	float: left;
	line-height: 21px;
	margin-bottom: 7px;
	padding: 0 6px 0 8px;
}
dl.inputs label {
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	float:left;
}
dl.inputs dd {
	float:left;
	margin-bottom:7px;
}
dl.inputs {
	width:305px;
}
#searchFormSubmit {
	clear: left;
	float: left;
}
#searchFormSubmit .loupe {
	margin-left: 38px;
}
input.text {
	font-size: 11px;
	background-color: #EDF5FB;
	border-style: solid;
	border-width: 1px;
	border-color: #6D90B0;
}
.select_box {
	width: 130px;
	padding-top: 7px;
	color: #4b4b4b;
	padding-left: 3px
}
.search_page {
	width: 705px;
	margin-top:5px;/*----*/
	padding-left:15px;
	float: left;
	background:#CFE3F0;
	height: 99px;
	float:none;
}
.checklist-widget {
	display: block;
	height:22px;	
	color:#333333;
	border: 1px solid #D6DADE;
	font-size: 11px;
	text-align:left;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 0;
}
.checklist-widget .checklist-select-control {
	float: right;
	margin: 2px 2px 0 0;
	width: 15px;
}
.checklist-widget .checklist-select-value {
	color: #333333;
    float: left;
    height: 22px;
    line-height: 19px;
    overflow: hidden;
    padding-left: 5px;
    text-align: left;
    width: 200px;
}
.checklist-widget .checklist-options {
	position: absolute;
	z-index: 150;
	border: 2px solid #D3E3EA;
	background-color:#fff;
	color: #4F4F4F !important;
	font-size: 11px;
	line-height: normal;
	padding: 0px 4px 0px 4px;
}
#houseChecklist-options-container,
#usersChecklist-options-container,
#companyChecklist-options-container,
#locationChecklist-options-container,
#positionChecklist-options-container,
#universityChecklist-options-container,
#styleChecklist-options-container,
#industryChecklist-options-container {
	clear:both;
}
.checklist-widget .checklist-options-header {
	border-bottom: 1px solid black;
	overflow: hidden;
	padding: 9px 0;
}
.checklist-widget .checklist-options-header .small_button{
	float:right;
	margin-left:10px;
	cursor:pointer;
	cursor:hand;
}
.checklist-widget .checklist-options-header a.btn-apply {
	width:16px;
	height:12px;
	display:block;
	color: #1906BF !important;
	padding-right:22px;
	cursor:pointer;
	cursor:hand;
}
.checklist-widget .checklist-options-footer {
	color: #B5C1C9;
	text-align: left;
	padding: 5px;
	white-space: normal;
}
.checklist-widget .checklist-options ul {
	float: left;
	display: block;
	list-style: none;
	margin: 8px 16px 16px;
	padding: 0;
	width:auto;
}
.checklist-widget .checklist-options ul li {
	float: none;
	display: block;
	margin: 0px;
	border-top:1px dotted #fff;
	padding: 0px;
	font-size:11px;
}
.checklist-widget .checklist-options ul>li {
	margin-bottom:5px;
}
.checklist-widget .checklist-options ul li label {
	float: none;
	display: block;
	font-size: 11px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:20px;
	height:16px;
	color: #4F4F4F !important;
	text-align: left;
	width: 100%;
}
.checklist-widget .checklist-options ul li input {
	float: none;
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	display:inline;
	vertical-align:sub;
}
.checklist-widget .checklist-options li ul {
	float: none;
	margin: 0px 0px 8px 22px;
	padding: 0px;
}
.singlesearchresult:hover{
	background:transparent url('/images/contactsbg.png')repeat-x 0 0;
}