/* SEARCH BOX */
.job-periscope { 
	background:url(images/bg-job.gif) no-repeat; 
	width:259px; 
	height:228px; 
	float:left;
	font-size: 11px;
	padding-bottom: 4px;
}

.classification { 
	padding-top:80px; 
	float:left;
}
.classification-title { 
	width:225px; 
	text-align:left; 
	float:left; 
	padding-left:15px;
	margin-top:1px;
}
.classification-form { 
	width:225px; 
	float:left; 
	margin-left:15px; 
	margin-bottom:4px;
}
.classification-combo { 
	width:225px; 
	float:left; 
	height: 20px;
	font-size: 11px;
}
.enter-a-job { 
	padding-top: 12px;
	padding-bottom: 5px;
	text-align:left;
	clear:both;
	margin-left: 20px;
}
.search-number{
	width:180px; 
	float:left; 
	padding-left: 18px;
}
.go {
	float:left; 
	width:48px; 
	text-align:right; 
	margin-top:-8px;
}
.search-number-textbox {
	width:172px;
	height:17px;
	vertical-align: middle;
}
* html .search-number-textbox {
	width:172px;
	height:17px;
	vertical-align: middle;
}

.btn-go {
	background-image:url(images/btn-search.gif);
	width:43px;
	height:33px;
	border: 0px;
	cursor:pointer;
	background-color: transparent;
	vertical-align: middle;
}

.btn-build-cv
{
	background-image:url(images/btn-go.gif);
	width:43px;
	height:33px;
	border: 0px;
	cursor:pointer;
	font-weight: bold;
}

/* END SEARCH BOX */