/* #global-search {
	list-style: none outside none;
    margin: 0;
    position: absolute !important;
    right: 70px;
    top: 28px;
    width: 300px;
    z-index: 150;
}

.global-search-wrapper {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	border-radius: 30px;
	padding: 2px 14px;
	width: 128px;
	float: right;
	height: 30px;
	border:solid 1px #00B9F2;
}

.global-search-wrapper a{
	display :none !important;
}

.global-search-wrapper input {
	background: transparent;
	border: none;
	color: #999;
	float: left;
	font-size: 16px;
	padding: 5px 0;
	width: 105px;
	background-color:#fff;
}

.search-wrapper input:focus,
.global-search-wrapper input:focus {
	outline: none;
}

.search-wrapper img,
.global-search-wrapper img {
	float: right;
	margin: 5px 0 0;
}

.submitImage {
background-image: url("/resources/images/icon/icon-search.png");

background-repeat: no-repeat;
float: right;
height: 17px;
width: 17px;
margin-top: -26px;
margin-left: 156px;
max-width: 24px;
}

 */
 
 
 /* NEW NAV */
#global-search {
  list-style: none outside none;
  margin: 0;
  position: relative !important;
  right: 0;
  top: 45px;
  width: 155px;
  z-index: 150;
  display: block;
}

.global-search-wrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  border-radius: 0;
  padding: 2px 0;
  width: 84%;
  float: none;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #999;
  margin-left: 10%;
}
.global-search-wrapper form {
  width: 100%;
  margin: 0;
}
.global-search-wrapper span.ic-search {
    background-image: url("/resources/images/nav/newNav-sprite.png");
    background-position: -396px -19px;
    width: 22%;
    height: 31px;
    position: absolute;
    right: 7%;
    cursor: pointer;
}
.global-search-wrapper input {
  border: none !important;
  color: #999;
  float: left;
  font-size: 14px;
  padding: 8px 0 0 0;
  width: 70%;
  background-color: #fff;
  font-style: italic;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none;
}
.global-search-wrapper input:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}