#searchbox{
	width: 314px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#searchbox .titleTD,
#searchbox .footerTD{
}
#searchbox .titleTD{
	width: 119px;
	padding: 0px 24px 0px 0px;
	text-align: right;
}
#searchbox .titleTD .heading{
	color: #4670B3;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
}
#searchbox .inputTextTD{
	width: 83px;
	height: 23px;
	padding: 0px;
	text-align: left;
	background: transparent;
}
#searchbox input{
	width: 70px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#searchbox .submitButton{
	width: 20px;
	height: 20px;
	margin: 0px;
	border: 0px;
	background: transparent;
}
#searchbox .submitButtonTD{
	width: 112px;
	height: 23px;
	padding: 1px 0px 0px 0px;
	background: transparent;
}
#searchbox .footerTD{
	padding: 0px 5px 0px 7px;
	height: 7px;
}

/* input - searchtext*/
#searchtext{
	width: 70px;
	height: 15px;
}

