.searchform { 	
	width: 210px;
	height: 22px;
	margin-top: 9px;
	margin-right: 10px;
	position: relative;
	float: right;	
}

.searchform.w-300 {
	top:-30px;
	left:760px;
	width:210px;
}

.searchform.frc {
	margin-top: 12px;	
	float: right;
}

input:focus{
  outline:none;
}

.fill-input {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_c.png') 0 0 repeat-x;
	width: 92%;
	height: 22px;
	border: 0px;  
	float: left;  
} 
.left-input {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_l.png') left top no-repeat; 
	width: 100%; 
} 
.right-input {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_r.png') right top no-repeat; 
	padding: 0 0 0 9px;
	height: 22px;	
} 
.left-input.l {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_l_white.png') left top no-repeat; 	
} 
.right-input.r {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_r_white.png') right top no-repeat; 
}
.fill-input.c {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_c_white.png') 0 0 repeat-x;		
}

.gray .left-input.l {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_l_gray.png') left top no-repeat; 	
} 
.gray .right-input.r {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_r_gray.png') right top no-repeat; 
}
.gray .fill-input.c {   
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/input_c_gray.png') 0 0 repeat-x;		
}

.right-input input {
	font-family: Arial;
	font-size: 13px;
	border: none; 
	width: 100%;
	background: none; 
	padding-top: 2px;
	position: relative;  
}

.right-input input.grey {
	color: #333;
	color: #666;
}

.searchform .img {
	width: 13px;
	height: 13px;
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/lens.png') no-repeat;	
	float: right;
	margin-top: 6px;
	position: absolute;
	cursor: pointer;
	right: 6px;		
}

.searchform .img.gray {
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/lens_gray.png') no-repeat;	
}

.searchform .img.spinner {
	width: 16px;
	height: 16px;
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/spinner.gif') no-repeat; 
	margin-top: 3px;
	right: 6px;	
	cursor: default;		
}

.searchform .img.x {
	width: 16px;
	height: 16px;
	background:url('/National_Library/oe_/http://www.meteovesti.ru/images/x.png') no-repeat; 
	margin-top: 3px;
	right: 6px;		
	cursor: pointer;		
}

.searchform .img.gray.x {
		background:url('/National_Library/oe_/http://www.meteovesti.ru/images/x_gray.png') no-repeat; 
}

.suggest {
	border: 1px solid #ccc;
	padding-bottom: 1px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 10000;
	display: none;
	cursor: pointer;
}

.suggest.e {
	cursor: default;
}

.suggest.onfocus { display: block; }

.suggest div {
	padding: 2px 4px;
	color: #000;
	background: transparent;
	text-align: left;	
}

.suggest div span.dc {
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding-left: 5px;		
}

.suggest div.onhover {
	background: url('/National_Library/oe_/http://www.meteovesti.ru/images/suggest_hover.png') repeat-x;
	color: #fff;
}

.suggest div.onhover span.dc {
	background: url('/National_Library/oe_/http://www.meteovesti.ru/images/suggest_hover.png') repeat-x;
	color: #fff;	
	font-weight: normal;
}

.suggest div span.name2, 
.suggest div span.name_en {
	display: none;
}

.discript span.c, .discript span.d, .discript span.t, .discript span.e, .discript span.all_search {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #333;
}

.discript span.all_search {
}

.discript span.c a, .discript span.e a, .discript span.all_search a {
	color: #333;
	text-decoration: none;	
}

.discript span.d, .discript span.t {
	border: none;	
	cursor: default;
}

