#center .search_form .box {
	background: none;
	padding-top:0px;
}
#center .search_form .box .head_box {
	border: none;
}
.search_form {
	top: 0;
	height:30px;
	width: 230px;
	margin-top: 117px;
	position: absolute;
	margin-left: 470px;
}
.home .search_form {
	margin-left: 720px;
}
.search_form form input {
	border: 1px solid #760019;
	background: #f3eadf;
	float:left;
}
.search_form form input.text{
	width:150px;
	padding-top: 5px;
	margin-left: 10px;
	margin-top: -5px;
	background: url('/media/dsg/form_input.gif') no-repeat top left;
	position: relative;
	border: none;
	height: 1%;
}
.search_form form .submit {
	border: 0px;
	float: right;
	width: 47px;
	height: 22px;
	margin-top: -22px;
	margin-right: 12px;
	font-size: 1.182em;
	font-family:"Myriad Pro";
	font-weight: bold;
	color: #606060;
	background:url('/media/dsg/search_submit.gif') no-repeat bottom right;	
}
