.mainSearch {
	position: absolute;
	top: 110px;
	left: 40px;
	height: 175px;
	width: 238px;
}

.textSearch {
	position:relative;
	top:5px;
	height: 20px;
	width: 200px;
	color: #005AAB;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	border: 0px;
	background-color: transparent;
}

.textSearch-bg {
	position:relative;
	margin: 0px auto auto auto;
	height: 39px;
	width: 228px;
	background: url('/graphics/textbox-bg.png');
	background-repeat: no-repeat;
	text-align:center;
}

.search-bg {
	position:relative;
	margin: 4px auto auto auto;
	height: 38px;
	width: 118px;
	background-image: url('/graphics/search-button.png');
	background-repeat: no-repeat;
	text-align:center;
	cursor: pointer;
}

.search-bg-down {
	background-image: url('/graphics/search_button_down.png');
}

.dropdown-bg {
	position:relative;
	margin: 0px auto auto auto;
	height: 39px;
	width: 228px;
	background: url('/graphics/dropdown-bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.selected-jobtype {
	position:relative;
	top:5px;
	left:14px;
	height:23px;
	width: 183px;
	color: #005AAB;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
}

.menuItemContainer {
	position: absolute;
	top:121px;
	left: 13px;
	height: 200px;
	width: 205px;
	text-align: left;
	background-color: #00a1ef;
	overflow: auto;
	padding-left: 1px;
	z-index: 5;
}

.DDmenuItem {
	height: 20px;
	width: 183px;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #ffffff;
}
