form {
	position: relative;
		
}

form * {
	background: transparent;
	behavior: url(PIE.htc);
}

input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
			


.srch form {
	position: relative;
	width: 130px;
	height: 16px;
	margin-top:0px;
	
	border: 1px solid #AAA;
	
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	background: url(../magnifyingglass.png) no-repeat, #DDD;
	-pie-background: url(../magnifyingglass.png) no-repeat, #DDD;
	

	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px 40px 40px 40px;
	
	/*-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;
	-box-shadow: inset 0px 2px 5px rgba(0,0,0,.4), 1px 1px 5px #DDD;*/
}

.srch input[type=submit] {
	position: absolute;
	right: 0px;
	height: 15px;
	font-weight:bold;
	width: 30px;
	border:none;
	font-size:10px;
background-image: url(../imagesx/water-blue-water-tile.jpg);
	
	
	/*background: -webkit-linear-gradient(#0429ac,#00a3ef 50%,#0429ac 51%,#0429ac);
	background: -moz-linear-gradient(#0429ac,#00a3ef 50%,#0429ac 51%,#0429ac);
	background: -ms-linear-gradient(#0429ac,#00a3ef 50%,#0429ac 51%,#0429ac);
	background: -o-linear-gradient(#0429ac 0%,#00a3ef 50%,#0429ac 51%,#0429ac);
	background: linear-gradient(#0429ac,#00a3ef 50%,#0429ac 51%,#0429ac);
	-pie-background: linear-gradient(#0429ac,#00a3ef 50%,#0429ac 51%,#0429ac);*/
	
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0px 40px 40px 0px;

	/*-webkit-box-shadow: inset 1px 0 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 1px 0 0px rgba(255,255,255,.4);
	box-shadow: inset 1px 0 0px rgba(255,255,255,.4);

	border-left: 1px solid rgba(0,0,0,.2);*/
	color: #FFF;
}


.srch input[type=submit]:hover {
	background-color:#000;
	background-image: none;

	/*background: -webkit-linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
	background: -moz-linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
	background: -ms-linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
	background: -o-linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
	background: linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
	-pie-background: linear-gradient(#4E080D,#9C111A 50%, #4E080D 51%);
*/

}

.srch input[type=text] {
	position: absolute;
	left: 20px;
	float: right;
	width: 115px;
	height: 15px;
	font-size: 12px;
	color: #666;
	outline: solid transparent;
}	
