<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {
	background:#fff;
	color:#000;
	font-family:arial,sans-serif;
	font-size:10px;
}
form {
	margin: 0;
	padding: 0;
}
.sform {
	display: inline-block;
	display: inline !ie;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	background-image: url(../../images/search.png);
	background-position: 7px 12px;
	background-repeat: no-repeat;
	padding: 10px 10px 0 30px;
	zoom:1;
}
.sform div {
	margin: 5px;
	text-align: center;
}
.sform div span {
	padding-right: 20px;
}
.sform a {
	text-decoration: none;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
input {
	background: #ddd;
	border: 1px solid #DDDDDD;
	color: #666666;
}
input.text {
	background: #fff;
}
</style>
</head>
<body>
<div class="sform">
	<form action="/blogs/show/" method="GET">
		<input type="text" name="search"  maxlength="64" size="55" value="{SEARCH_QUERY}" class="text"> 
		<input type="submit" value=" ↵ ">
	</form>
	<div><span>Например, <a href="/">интересные новости</a></span></div>
</div>
</body>
</html>