#search_box {
	width: 180px;
	height: 35px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #333333;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 8px 0 0 5px;
	width: 120px;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
form {
    margin: 0;
#close       {
	position: relative;
	right: 0px;
	bottom: 15px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

