@charset "utf-8";
/* CSS Document */

#searchBox{
	background:url("../media/images/searchTools/searchToolsbg.png") left top no-repeat;
	width:177px;
	height:43px;
}
#searchtoolBtm{
	background:url("../media/images/searchTools/searchtoolBtm.png") left top no-repeat;
	width:177px;
	height:13px;
}
#searchWrapper{
	background:url("../media/images/searchTools/searchBoxbg.png") left top repeat-y;
	padding:10px;
	width:157px;
}
#searchWrapper p{
	color:#fff;
	padding: 0 0 5px 0;
	font-size:11px;
	line-height:15px;
}
#searchWrapper .label{
	color:#d11111;
	font-size:11px;
	line-height:25px;
	padding:0px;
}
.searchItem{
	width:115px;
	height:16px;
	border:solid 1px #cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:2px 0 0 2px;
}
.searchBtn{
	width:25px;
	height:20px;
	border:none;
	background:url("../media/images/searchTools/searchBtn.gif") left top no-repeat;
	cursor:pointer;
	margin:0 0 0 2px;
	vertical-align:middle !important;
	vertical-align:top;
}	
.selectSearch{
	width:118px;
	height:18px;
	border:solid 1px #cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.goBtn{
	width:25px;
	height:20px;
	border:none;
	background:url("../media/images/searchTools/goBtn.gif") left top no-repeat;
	cursor:pointer;
	margin:0 0 0 2px;
	vertical-align:middle !important;
	vertical-align:top;
	
}