header .cnt_header .menu_language #header-searchbox {
	background-color: #FFFFFF;
	width: 200px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 24px;
	z-index: 9999;
	text-align: left;
	right: 0px;
	padding-top:5px;
}
header .cnt_header .menu_language #header-searchbox span
{
    cursor:pointer;
}
header .cnt_header .menu_language #header-searchbox a#searchbox-search {
	display: block;
	height: 20px;
	line-height:20px;
	/*width: 25px;*/
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0C274D;
	color: #ffffff;
	padding: 1px 20px;
	text-decoration: none;	
	margin: 0 10px 10px 125px;
}
header .cnt_header .menu_language #header-searchbox a#searchbox-search:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}
a#searchbox-search:active{
	position:relative;
	top:1px;
}