/* CSS - Search */

#header2 .search_container,
#content .search_container {
	width: 615px; /* Container 992px */
}

.search_container.top {
	position: absolute;
	left: 188px;
	/*top: 37px;*/
}

.search_container.bottom {
	position: relative;
	float: none;
	margin: 0 auto;
}

.search_container.bottom .search {
	float: none;
	width: auto;
	padding-top: 10px;
}

.search {
	border: 5px solid #fff;
	border-radius: 25px;
	background: rgba( 29 , 86 , 0 , 0.85 );
	padding-top: 5px;
	padding-bottom: 15px;
}

.search > h1,
#page .search.providers h1 {
	font: 24px Georgia, Arial, "Times New Roman", Times;
	text-align: center;
	color:#FFF;
	padding-bottom:10px;
	text-shadow:1px 1px 2px #000;
}

#content .search_container.bottom .search h1 {
	padding-bottom: 10px;
}

#page .search.providers h1 .head {
	line-height: 28px;
}

#page .search.providers h1 .head,
#page .search.providers h1 .tail {
	display: block;
}

#page .search.providers h1 .main {
	font-size: 33px;
}

.search > p {
	color: #fff;
	padding: 10px;
	text-align: center;
}

.search form {
	margin: 0 auto;
	width: 366px;
}

.search form > div {
	float: left;
	margin: auto;
	width: auto;
}

.search form > div > input {
	
}

.search form > div > input[type="text"] {
	border-bottom-left-radius: 16px;
	border-top-left-radius: 16px;
	padding-left: 35px;
	padding-bottom: 1px;
	width: 179px;
	height: 30px;
	background-image: url(/assets/images/custom/mag-glass-30x30.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: 23px 23px;
}

#header2 .search form > div > input[type="submit"],
#content .search form > div > input[type="submit"] {
	border-bottom-right-radius: 16px;
	border-top-right-radius: 16px;
	padding-left: 0;
	width: 141px;
	height: 33px;
	margin: 0px;
}

/* Client Search Only */

	.search.clients h1 {
		font-size: 27px;
	}

