
#searchkey{
	font-size: 12px;
	padding: 3px;
	width: 120px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #433a3a;
	background:#f0f0f0;
	height: 20px;
	vertical-align: middle;
}
#searchBtn{
	background: url(../images/mag_glass.png)#f0f0f0 7px 5px no-repeat;
	border: 0px;
	width: 26px;
	height:26px;
	vertical-align: middle;
	margin-left: -3px;
	margin-top: 0px !important;

}
div.customSelectWrapper{
    position:relative;
    float: left;
} 
select#siteNamesDD{
    position:relative;
    width:30px !important;
    height:24px !important;
    line-height:26px;
}
select#siteNamesDD:hover{
	cursor: pointer;
}
span.spanSiteNamesDD{
    position:absolute;
    bottom:0;
    left:0;
    top: 0;
    font-size: 12px;
    width: 30px;
    color: #433a3a;
    font-family: proxiRegular;
    height:26px;
    line-height:27px;
    text-indent:10px;
    background:url(../images/search_arrow.png) #e0e0e0 no-repeat 10px 10px;
    cursor:default;
    z-index:1;
    overflow: hidden;
}

