﻿/*========================================================*/
/*SEARCH ENGINE*/

#searchBox {
	position:absolute;
	top:71px;
	left:0;
	width:770px;
	height:20px;
	text-align:right;
	}
.searchInput {
	border:1px solid #54544E;
	background:#E3E3D2;
	width:115px;
	font:normal 12px/13px arial,sans-serif;
	color:#444444;
	}
.searchBtn {
	position:relative;
	top:4px;
	}
