@charset "utf-8";
/* CSS Document */

.widget.simple_search {
	float:	none;
	padding: 0px;
}
.widget.simple_search #search_form {
	padding: 10px 20px;
	margin:10px 0 0 0;
	line-height:25px;
}
.widget.simple_search input[type="text"] {
	background:none;
	border:1px solid #999999;
	color:#333333;
	width:120px;
}