@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*SEARCH ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#searchblok{
	width:167px;
	float:right;
	display:inline;
	margin:11px 5px 0px 0px;
}

#searchblok #searchForm {padding:0px 0px 0px 0px; margin:0px;}
#searchblok #searchForm #searchText {
	background-color:transparent;
	border:1px solid transparent;
	border:none;
	margin:2px 0px 0px 4px; 
	font-size:9px;
	height:12px;
	width:110px;
	color:#404040;
}

#searchForm #searchTextBackground {
	border:1px solid #181669;
	width:136px;
	height:21px;
	font-size:1em;
	display:inline;
	float:left;
	margin:0px 6px 0px 0px;
	
}

#searchForm #searchblok #searchButton {
	display:inline;
	float:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	clear:right;
	height:18px;
	width:17px;
}


