
/*doc---title: Ananda Searchname: ananda-searchcategory: Ananda Widgets---Shows a pretty link to view comments, with a large SVG image background.```html_example
<div class="ananda-search">	<form class="searchcss" action="/search/" method="get" name="gs">
		<input type="text" value="" maxlength="256" accesskey="2" tabindex="200" name="q">
		<input type="hidden" class="hidden" value="/ask/" name="restrict">
		<input type="hidden" class="hidden" value="Your Spiritual Questions Answered" name="restrict_name">
		<button class="search-submit" type="submit">Go</button>
	</form>
</div>```*/
.ananda-search-input {
font-size: 0.875rem;
line-height: 16px;
width: 68%;
height: 17px;
padding: 4px 0 3px 12px;
margin-bottom: 0;
vertical-align: top;
/*border-right: 0;*/
color: #777;
-moz-border-radius: 6px 0 0 6px;
-webkit-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
border: 1px solid;
border-color: #bbbbbb;
}

.ananda-search-submit {
left: -5px;
line-height: 1;
height: 26px;
font-size: 1rem;
margin-bottom: 16px;
outline: 0;
padding: 8px;
border: 1px solid;
border-color: #bbbbbb;
color: #333;
background-color: #fff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
cursor: pointer;
cursor: hand;
position: relative;
/*left: -5px;*/
margin: 0;
width: 20%;
padding: 0 2%;
border: 1px solid;
border-color: #89C3E0;
border-left: none;
color: #fff;
background: #5c96b8;
background linear-gradient(bottom, #5C96B8 39%, #89C3E0 70%);
background: -o-linear-gradient(bottom, #5C96B8 39%, #89C3E0 70%);
background: -moz-linear-gradient(bottom, #5C96B8 39%, #89C3E0 70%);
background: -webkit-linear-gradient(bottom, #5C96B8 39%, #89C3E0 70%);
background: -ms-linear-gradient(bottom, #5C96B8 39%, #89C3E0 70%);
-moz-border-radius: 0 6px 6px 0;
-webkit-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
-webkit-transition: border-color .3s ease;
-moz-transition: border-color .3s ease;
-o-transition: border-color .3s ease;
transition: border-color .3s ease;
}

.ananda-search-submit:hover {
	text-decoration: none;
	background: #0575BD;
}