.search_top {
	height: 75px;
}

#search_container {
	text-align: center;
	background: url(../images/ticker_search_top.png) repeat-x top left #ffffff;
	padding-left: 5px;
	padding-top: 19px;
	height: 75px;
	color: white;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	border-top: 0px solid white;
	font-size: 1.5em;
}

#search_container input {
	font-size: 0.7em;
	float: none;
}

#search_container select{
	color: #666666;
	font-size: 0.7em;
	font-weight: normal;
}

.search_top form {
	padding: 0px;
	margin: 0px;

}

.search_top div {
	padding: 0px;
	margin: 0px;
}

#search_container span.label {
	color: #ffffff;
	font-size: 93%;
	font-weight: bold;
}

span.search_tip {
	color: #ffffff;
	font-size: 80%;
	font-weight: normal;
}

span.searchbutton {
	height: 30px;
	width: 144px;
	background-image: url(../images/searchbutton.png);
	display: block;
	font-size: 92%;
	font-weight: bold;
	line-height: 29px;
	margin-left: 15px;
	cursor: pointer;
}

#search_container .dijitComboBox {
	border: 2px solid #ccc;
	background-color: #fff;
	width: 150px;
	font-weight: normal;
	color: #666666;
}

#search_container .dijitArrowButtonInner, #search_container .dijitValidationIcon, #search_container .dijitDownArrowButton {
	display: none;
}

.dijitMenu {
	margin: 0px;
	padding: 0px;
	background-color: #5cc4f2;
	border: #7fcff2 solid 3px;
	border-top: 1px;
	border-bottom: 3px;
}

.dijitMenuItem {
	background-color: #009ee0;
	font: menu;
	margin: 0px;
	color: #FFFFFF;
	border-bottom: 2px #5cc4f2 solid;
}

.dijitMenuItem span.sub {
	font-size: 85%;
}

.dijitMenuItemHover {
	background-color: #0fbaf9;
	color: #FFFFFF;
}

.dijitMenuExpand {
	width:15px;
	height:15px;
	background: url(../images/arrow.png) no-repeat top;
	display:block;
}