.search_form {
	width: 332px;
	float: left;
}

.search_form form {
	width: 160px;
	height: 33px;
	overflow: hidden;
	background: url('../dsg/search.png') no-repeat top left;
}
.search_form form dl {
	float: left;
	padding: 4px 0 0 2px;
}
.search_form form dd {
	float: left;
	margin: 0;
}
.search_form form dd input.text {
	width: 115px;
	border: none;
	color: #fff;
	background: none;
}
.search_form form ul.submits {
	float: right;
}
.search_form form ul.submits input.button {
	cursor: pointer;
	width: 33px;
	height: 25px;
	background: none;
}


.icons {
	float: right;
	padding-top: 7px;
	width: 147px;
	text-align: center;
	margin-right: 14px;
}
* html .icons {
	margin-right: 7px;
}