@charset "utf-8";
/* CSS Document */

.search-box {
	position:absolute;
	left:756px;
	top:112px;
	width:200px;
	height:30px;
		z-index: 900;
	font-size: 10px;
}
h2 {
	text-decoration: none;
	font-style: normal;
	text-shadow: 1px 1px #999999, 1px 1px #cccccc !important; 
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	line-height: 20px;
	padding: 2px;
	-webkit-text-size-adjust: 90%;
}
.clear-holder{
	position:absolute;
		z-index: 900;
	top: 110px;
	left:996px;
	width: auto;
	display:inline;
}
.clear-helper{
	margin-top:4px;
	text-align:center;
	position:absolute;
	right:24px;
	height:16px;
	width:16px;
	font-size:13px;
	cursor: pointer;
	display:inline;
	background:#e0e0e0;
	border-radius:16px;
	z-index: 23;
	top: 3px;
}
.e::-ms-clear {
  display: none;
}

html[data-useragent*='IE'] .clear-holder{
    display:none;
}


