#form-module {
	width:100%;
	float:left;
}

input.topsearch {
	width:102px;
	height:14px;
	border:1px solid #e4e4e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #c0c0c0;
	padding:0 0 0 3px;
	float:left;
}

#topnavi ul li label.top{
	color: #c0c0c0;
	font-size:10px;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:18px;
	display:block;
	float:left;
	cursor:pointer;
	width:35px;
	}
	
	
	
	
#topnavi ul li label.top span {display: none;}

#topnavi ul li label.top:hover span {
   display: block;
   position: absolute; 
   top: 24px; 
   left: 0; 
   z-index: 100;	
   color: #c0c0c0;
   }
			
	
	
	

input.topsubmit {
	height:22px;	
	margin:0 0 20px 0;
	width:22px;
	background:url(submit.gif) no-repeat;
	border:0;
}

	
