#search_box {
	height: 66px;
	position: relative;
	background-color: #195999;
}
#sb_txt1 {
	width: 270px;
	height: 28px;
	position: absolute;
	top: 17px;
	left: 34px;
	z-index: 55;
	color: white;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
}
#headersearch_container {
	background-image: url(../images/v2/search_bg.gif);
	width: 511px;
	height: 39px;
	position: absolute;
	top: 14px;
	left: 310px;
	z-index: 51;
}
#topmenusearch {
	padding: 0px;
	margin: 0px;
}
#tmsearchq {
	margin-top: 0px;
	margin-left:10px;
	padding: 3px 0px 3px 0px;
	width: 400px;
	background: none;
	font-size: 18px;
	border: none;
}
#tmsearchq_btn {
	margin-top: 0px;
	margin-left: 14px;
	width: 81px;
	height: 39px;
	cursor: pointer;
	background: none;
	border: none;
}

.suggestionsBox {
	position: absolute;
	left: 310px;
	top: 52px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #195999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #195999;	
	color: #fff;
	z-index: 500;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover { background-color: #659CD8; }
