.widget_searchwidget {
	width: 249px;
	margin-bottom: 10px;
}
.widget_searchwidget .top {
	background: url('i/box-search-top.png') no-repeat;
	width: 249px;
	height: 46px;
}
.widget_searchwidget .content {
	background: url('i/box-search-content.jpg') repeat-y;
	width: 229px;
	padding: 5px 10px;
}
.widget_searchwidget .content .input {
	background: url('i/box-search-input.jpg') no-repeat;
	padding: 3px 0px 0px 3px;
	height: 29px;
	width: 189px;
}
.widget_searchwidget .content .input input {
	border: none;
	background: transparent;
	font-family: Tahoma;
	color: #00506C;
	font-size: 13px;
	margin-left: 3px;
	line-height: 29px;
	margin-top: 4px;
	width: 180px;
}
.widget_searchwidget .content a.button {
	display: block;
	width: 29px;
	height: 0px;
	padding-top: 32px;
	overflow: hidden;
	background: url('i/box-search-button.jpg') no-repeat;
	margin-left: 5px;
}
.widget_searchwidget .content p {
	color: #737373;
	font-size: 8pt;
}
.widget_searchwidget .content p span {
	color: #ffa340;
	font-weight: bold;
}
.widget_searchwidget .bottom {
	background: url('i/box-search-bottom.png') no-repeat;
	width: 249px;
	height: 10px;
}