/****************************************
	CSS 3 SEARCH FORM BY CAMERON BANEY
    Design Blog: http://blog.cameronbaney.com 
	Twitter: @cameronbaney
****************************************/

#search-form {
	background: #e1e1e1; /* Fallback color for non-css3 browsers */
	width: 205px;
	
	/* Gradients */
	background: -webkit-gradient( linear,left top, left bottom, color-stop(0, rgb(243,243,243)), color-stop(1, rgb(225,225,225)));
	background: -moz-linear-gradient( center top, rgb(243,243,243) 0%, rgb(225,225,225) 100%);
	
	/* Rounded Corners */
	border-radius: 17px; 
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	
	/* Shadows */
	box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3); 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
}

/*** TEXT BOX ***/
input[type="text"]{
	background: #fafafa; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
	background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
	
	border: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,.8);
	font-size: 12px;
	margin: 4px;
	padding: 5px;
	width: 120px;
	height:15px;
	/* Rounded Corners */
	border-radius: 17px; 
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	
	/* Shadows */
	box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

/*** USER IS FOCUSED ON TEXT BOX ***/
input[type="text"]:focus{
	outline: none;
	background: #fff; /* Fallback color for non-css3 browsers */
	
	/* Gradients */
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
	background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
input[type="button"]{
	position:absolute;
	background: #BBD142;/* Fallback color for non-css3 browsers */
	
	/* Gradients */
 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #BBD142 0%, #454545 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #BBD142 0%, #454545 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #BBD142 0%, #454545 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BBD142), color-stop(1, #454545));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #BBD142 0%, #454545 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #BBD142 0%, #454545 100%);
	
	border: 0;
	color: #eee;
	cursor: pointer;
	float: right;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 26px;
	margin: 4px 4px 0;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	width: 52px;
	outline: none;
	
	/* Rounded Corners */
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
	/* Shadows */
	box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
}
/*** SEARCH BUTTON HOVER ***/
input[type="button"]:hover {
	background: #BBD142; /* Fallback color for non-css3 browsers */
	
	 	

/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #BBD142), color-stop(1, #454545));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #BBD142 0%, #454545 100%);
}
input[type="button"]:active {
	background: #BBD142; /* Fallback color for non-css3 browsers */
	
	 	

/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Opera */ 
background-image: -o-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #BBD142), color-stop(1, #454545));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top left, #BBD142 0%, #454545 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom right, #BBD142 0%, #454545 100%);
}