.header_table
{
	border-collapse: 		collapse;
	table-layout: 			fixed;
	width: 					980px;
	margin-left: 			auto;
    margin-right: 			auto;
    margin-top:				15px;	
}
.header_table_td1
{
	width: 					770px;
}
.header_table_td2
{
	width: 					210px;
}
.header_table_td3
{
	line-height:			5px;
}
.header_table_td4
{
}
.header_table_td5
{
	line-height:			5px;
}
.header_table_td6 p
{
	margin: 				0px;
	padding:				0px;
	overflow: 				hidden;	
}
.header_table_td7
{
	line-height:			25px;
}
.searchButton
{
	width: 					70px;
	height: 				22px;
	background-image: 		url('../img/btnSubmitSearch2.png');
	background-repeat: 		no-repeat;
	border: 				medium none;
	color: 					#EFEFEF;
	outline: 				none;
	cursor: 				hand;
	cursor:					pointer;	
}
.searchButton:hover
{
	background-image: 		url('../img/btnSubmitSearch2-hover.png');
}
.searchText
{
	width: 					120px;
	height: 				16px;
	background-image: 		url('../img/bgTextfield.png');
	background-repeat: 		no-repeat;	
	border: 				1px solid #B2B8BD;
	font-family: 			Arial;
	font-size: 				12px;
	color: 					#000000;
	font-weight:			normal;
}