@charset "utf-8";
#searchwrapper-swe {
	margin:0px;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-small;
	font-weight: 300;
	color: #1D3249;
	height: 79px;
	width: 202px;
	background-image: url(../bckgr/swe/search-bg-swe.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.searchboxfield {
	border:1px solid #158997; /*important*/
	background-color:#FFFFFF;
	color: #1D3249;
	width: 170px;
	height: 20px;
	font-weight: normal;
	font-size: 10px;
}

.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:4px;
	left:265px;
	width:23px;
	height:23px;
}
.searchbtn {
	width: 20px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	color: #88C3CC;
	background-image: url(../btns/searchS.png);
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #7CBBC4;
}
#searchwrapper-eng {
	margin:0px;
	float: left;
	font-family: 'Ubuntu', sans-serif;
	font-size: x-small;
	font-weight: 300;
	color: #1D3249;
	height: 79px;
	width: 202px;
	background-image: url(../bckgr/eng/search-bg-eng.png);
	background-repeat: no-repeat;
	padding-top: 32px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
