.___csp button, .___csp button:hover {
	background-position: center center;
	background-repeat: no-repeat
}
.idx-search .___csp {
	width: 100%
}
.___csp {
	padding:0px;
	float: right;
}
.___csp>table, .___csp>table td {
	width: 100%
}
.idx-search .___csp input[type=text] {
	font-size: 18px;
	height: 42px
}
.___csp input[type=text] {
	font-size: 16px;
	height: 30px;
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 18px;
	color: #555;
	float: left;
	width: 100%
}
.idx-search .___csp button {
	height: 42px;
	background-color: #00703c;
	border-color: #00703c
}
.___csp button {
	height: 30px;
	/*background-image: url(../img/hdr-search-btn.png);*/
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #A4C856;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 6px 27px;
	min-width: 13px;
	background-color: #A4C856;
	margin-left: 12px;
	vertical-align: middle;
	float: left
}
.___csp button:hover {
	/*background-image: url(../img/hdr-search-btn-hover.png);*/
	background-color: #fff
}
.csp-results-overlay {
	position: fixed!important;
	top: 0;
	left: 0;
	height: 130%;
	width: 100%;
	z-index: 100001;
	background-color: #fff;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	display: none;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear
}
.csp-results-overlay.active {
	opacity: .85;
	display: block
}
.csp-results-container {
	border: none;
	margin: auto;
	border-radius: 1px;
	overflow: auto;
	height: 80%;
	-webkit-box-shadow: 0 3px 10px rgba(34,25,25,.4);
	-moz-box-shadow: 0 3px 10px rgba(34,25,25,.4);
	-ms-box-shadow: 0 3px 10px rgba(34,25,25,.4);
	-o-box-shadow: 0 3px 10px rgba(34,25,25,.4);
	box-shadow: 0 3px 10px rgba(34,25,25,.4);
	border-collapse: separate;
	background: #fff;
	padding: 30px;
	width: 70%;
	position: fixed!important;
	top: 5%;
	left: 12%;
	opacity: 0;
	z-index: 100002;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
	font-family: Arial, sans-serif;
	font-size: 13px
}
.csp-select {
	text-align: right;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
	margin-bottom: 5px
}
.csp-close {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 12px
}
.csp-close .close {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden
}
.csp-close .close:hover::after, .csp-close .close:hover::before {
	background: #1ebcc5
}
.csp-close .close.heavy::after, .csp-close .close.heavy::before {
	height: 4px;
	margin-top: -3px
}
.csp-close .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.csp-close .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.csp-close .close::after, .csp-close .close::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #000
}
.csp-results-container .csp-branding {
	padding-bottom: 2px;
	text-align: right;
	font-size: 11px;
	margin-right: 2px;
	color: #666
}
.csp-results-container .csp-branding-text {
	vertical-align: top
}
.csp-results-container.active {
	opacity: 1
}
.csp-results-container>.csp-results>.csp-result {
	font-size: 13px;
	padding: 10px 0
}
.csp-results-container>.csp-results>.csp-result>.csp-title {
	font-size: 16px;
	color: #00703C
}
.csp-results-container>.csp-results>.csp-result>.csp-title:visited {
	color: #A4C856
}
.csp-results-container>.csp-results>.csp-result>.csp-url {
	color: green;
	text-decoration: none;
	word-break: break-all;
	padding-left: 8px;
	padding-right: 8px
}
.csp-results-container>.csp-results>.csp-result>.csp-snippet {
	margin-top: 1px;
	color: #333
}
.csp-results-container>.csp-results>.csp-result>.csp-snippet br {
	display: none
}
.csp-results-container>.csp-pagination {
	margin: 10px
}
.csp-results-container>.csp-pagination>.csp-page {
	cursor: pointer;
	display: inline;
	color: #00703C;
	margin-right: 8px
}
.csp-results-container>.csp-pagination>.csp-page:hover {
	text-decoration: underline
}
.csp-results-container>.csp-pagination>.csp-page.active {
	color: #A4C856
}
