@charset "utf-8";
/* CSS Document */

.widget.simple_search {
	float:left;
	margin:10px 0 0 10px;
	padding:13px 0 14px 15px;
}
.widget.simple_search input[type="text"] {
	width: 150px;
	border:1px solid #CCC;
	color:#999;
	background:#fff;
}
