/* search form
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */













	 *display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#C2CCD0));
	background: -moz-linear-gradient(top,  #d2d2d2,  #C2CCD0);













	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#C2CCD0'); /* ie7 */
	 -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#C2CCD0'); /* ie8 */
	/* [disabled]margin-left: 500px; */
	/* [disabled]margin-bottom: 0px; */
	/* [disabled]margin-right: 0px; */
	/* [disabled]margin-top: 0px; */
	clear: both;
	}

.searchform input {
	 font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	 background: #fff;
	 padding: 6px 6px 6px 8px;
	 width: 202px;
	 border: solid 1px #bcbbbb;
	 outline: none;
	  
	 -webkit-border-radius: 1.5em;
	 -moz-border-radius: 1.5em;
	 border-radius: 1.5em;
	  
	 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	 box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	}
.searchform .searchbutton {
	 color: #fff;
	 border: solid 1px #494949;
	 
	 font-size: 11px;
	 height: 27px;
	 width: 27px;
	 text-shadow: 0 1px 1px rgba(0,0,0,.6);
	
	 -webkit-border-radius: 1.5em;
	 -moz-border-radius: 1.5em;
	 border-radius: 1.5em;
	  
	 background: #1f4468;
	 background: -webkit-gradient(linear, left top, left bottom, from(#1f4468), to(#b4c3d1));
	 background: -moz-linear-gradient(top,  #1f4468,  #b4c3d1);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f4468', endColorstr='#b4c3d1'); /* ie7 */
	 -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f4468', endColorstr='#b4c3d1'); /* ie8 */
	}
