.header_table
{
	border-collapse: 		collapse;
	width: 					924px;
	margin-left: 			auto;
    margin-right: 			auto;	
}
/*----------------------------------------------------------------------*/

.soek_textfield
{
	width: 					200px;
	height: 				16px; 
	background-image: 		url('../img/skygge.gif');
	background-repeat: 		no-repeat;
	border: 				1px solid #B2B8BD;	
	font-family: 			Arial;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#000000;	
}
.soek
{
	width: 					70px;
	height: 				22px;
	background-image: 		url('../img/bak_soek.jpg');
	background-repeat: 		no-repeat;
	border: 				medium none;	
	outline: 				none;	
	font-family: 			Arial;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#000000;
	cursor: 				hand;
	cursor: 				pointer;
}
.soek:hover
{
	width: 					70px;
	height: 				22px;
	background-image: 		url('../img/bak_soek_hover.jpg');
	background-repeat: 		no-repeat;
	font-family: 			Arial;
	font-size: 				11px;
	font-weight: 			normal;
	color: 					#000000;
	cursor: 				hand;
	cursor: 				pointer;
}