.button_round:link, .button_round:visited, .contact .submitBtn {
	background: #68a1b1;
	background: url();
	background: linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
}

.button_round:hover, .contact .submitBtn:hover {
	background: #b6d2d9;
	background: url();
	background: linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
}

.subBanner .searchCon{
        width: 240px;
}

.searchBtn {
	background: #68a1b1 url(../img/search.png) no-repeat center center;
	background:url(../img/search.png) no-repeat center center,  url();
	background: url(../img/search.png) no-repeat center center, linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
}

.searchBtn:hover {
	background: #b6d2d9 url(../img/search.png) no-repeat center center;
	background: url(../img/search.png) no-repeat center center, url();
	background: url(../img/search.png) no-repeat center center, linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
}

.filterNav li.current {
	background: url();
	background: -ms-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background: linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
}

.emboss_button, .emboss_button:visited {
background: #c3dbe1;
background: url();
background: -ms-linear-gradient(top,  #c3dbe1 0%,#85b5c1 100%);
background: linear-gradient(to bottom,  #c3dbe1 0%,#85b5c1 100%);
filter: none;

}

.emboss_button:hover,.emboss_button:active {background: #85b5c1;
	background: #85b5c1;
	background: url();
	background: -ms-linear-gradient(top,  #85b5c1 0%,#c3dbe1 100%);
	background: linear-gradient(to bottom,  #85b5c1 0%,#c3dbe1 100%);
	filter: none;
}
