#searchwrapper {
	float:left;
	width:204px;
	padding:10px;
}
 
#searchwrapper form { display:block; margin-top:5px;}
#searchwrapper form input.searchbox_submit {
	margin-right:10px;
	text-indent:-9999px;
	border:0 none;
	width:32px;
	height:26px;
	overflow: hidden;
	cursor: pointer;
	background: #237c00 url(images/search/search_btn.jpg) no-repeat top left;
	float:left;
	font-size: 0;
	display:inline-block;
	line-height: 0;
	
}

 
.searchbox {
	height:21px;
	border:1px solid #a7bdca;
	background:#fff;
	color:#000;
	width:150px;
	float:left;
}
 
.searchbox_submit {
	
}

.orange.awesome, .orange.awesome:visited {
	background-color:#2d7d0e;
}

.awesome{
outline:0;
/*
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);*/
background:#237c00 url(images/alert-overlay.png) repeat-x scroll 0 0;
border:1px solid rgba(0, 0, 0, 0.25);
color:#FFFFFF;
cursor:pointer;
display:inline-block;
padding:2px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
.orange.awesome:hover							{ background-color: #237c00; }



