.searchform {
	width:100%;
	height:auto;
	}
.searchform ul {
	width:100%;
	height:auto;
	list-style:none;
	margin:0px;
	}
.searchform ul .left {
	width:80px;
	height:40px;
	line-height:40px;
	list-style:none;
	margin:0px;
	background: url(../images/n_search_left.gif) no-repeat;
	float:left;
	text-align:right
	}
.searchform ul .center {	
	width:140px;
	height:40px;
	list-style:none;
	margin:0px;
	background:url(../images/n_search_c.gif) repeat-x;
	float:left;
	}
.searchform ul .center input {
	width:134px;
	height:20px;
	border:0px;
	background:url(../images/n_search_bg.gif) no-repeat;
	margin-top:7px;
	}
.searchform ul .right {
	width:28px;
	height:40px;
	list-style:none; 
	margin:0px;
	float: left;
	}
