#searchmenu {
	width:1000px;
	margin : 100px auto;
	text-align:center;
	font-family:verdana;
}

#searchmenu h1 {
	margin:10px auto 40px;
	padding:0;
	background : url('logo-prestimedia.png');
	width:270px;
	height:58px;
	text-indent:-5000px;
	overflow:hidden;
}

#searchmenu input {
	width:650px;
	border:1px solid #b8cff6;
	padding:5px;
}

#searchresult {
	border:1px solid #b8cff6;
	width: 640px;
	text-align : left;
	padding:10px;
	margin:3px auto;
	height:400px;
	overflow:auto;
	
}

#searchresult .resultline {
	display: block;
	margin:0;
	border-bottom:1px solid #e2edff;
	width:100%;
	float:left;
	clear:both;
	
}

#searchresult .resultline a {
	padding:5px;
	font-size:12px;
	text-decoration:none;
	line-height:12px;
	color:#000000;
	/*width:490px;*/
	float:left;
	overflow:hidden;
	
}

#searchresult a:hover {
	background-color:#c0c0c0;
}

#searchresult .resultline a.openkta {
	float:right;
	width:50px;
	font-size: 11px
}