#mainSearchDiv {
	float:left; 
	width:100%; 
	height:40px;
	background-image: url("/cand-content/white-transparent.png");

}


.submit_container {
	width: 15%;
	float:right;
	text-align:right;
}

.input_containerJob {
	width: 60%;
	float:left;
    border-right-width:2px;
	border-right-style:dotted;
	border-right-color:#666666;
}
.input_containerJob input[type="search"] {
	width: 100%;
	height:40px;
	background-color:rgba(0,0,0,0) !important;
    border:none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor:default;
    font-weight:bold;

}

.input_containerLoc {
	width: 25%;
	float: left;
}

.input_containerLoc input[type="search"] {
	width: 100%;
	height:40px;
	background-color:rgba(0,0,0,0) !important;
    border:none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor:default;
    font-weight:bold;

}

.submit_container input[type="image"] {
	background-color:rgba(0,0,0,0) !important;
    border:none !important;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor:pointer;

}

.input_containerJob ul {
	width: 60%;
/*	border: 1px solid #eaeaea;*/
	position: absolute;
	z-index: 10;
	background: #ffffff;
	list-style: none;
	padding: 0;
    margin: 0;
}

.input_containerLoc ul {
	width: 40%;
/*	border: 1px solid #eaeaea;*/
	position: absolute;
	z-index: 10;
	background: #ffffff;
	list-style: none;
	padding: 0;
    margin: 0;
}
.input_containerJob ul li {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	
}
.input_containerLoc ul li {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
}

input[type="search"]::-ms-clear {  display: none; width : 0; height: 0; }
input[type="search"]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



/*
.input_containerX ul li:hover {
	background: #eaeaea;
}
*/
#country_list_id {
	display: none;
}

#job_list_id {
	display: none;
}


@media only screen and (max-width:730px) {
	
.input_containerJob {
	width: 50%;
}
.input_containerJob ul {
	width: 50%;
}
.input_containerLoc {
	width: 35%;
}
.input_containerLoc ul {
	width: 50%;
}

	
}