form.searchEngine{float: left;  border: 1px #b9e0f0 solid; -moz-border-radius:8px;-webkit-border-radius:8px; margin: 25px 0px 0px 150px; padding: 4px;}


.searchBarInner{
	width: 180px; height:25px;
    background-color: white;
    border-color: #2D5B7C -moz-use-text-color #2D5B7C #2D5B7C;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    float: left;
}
	.searchBarInner input.search{
		border: none;
		float: left;
		width: 96%;
		margin: 8px 2% 0px 2%;
		background-color: transparent;	
		color: #0077C2;	
		font-size: 11px;
	}
	
	
button.submit_Search{
	width: 90px;
	height: 27px;
	border: none;
	background:url("../img/btn_search.png") repeat-x scroll left top transparent;
	cursor: pointer;
}