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

.widget.simple_search {
	background-color:#FFF;
	background-position: 12px center;
	margin:20px 0;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	height:auto;
	padding:0px;
	width:270px;
	cursor: pointer;
}
#search_form {
	padding: 8px 15px 8px 0;
	margin:0px;
	line-height:25px;
	text-align: right;
}
.widget.simple_search input[type="text"] {
	width: 190px;
	border:1px solid #ffffff;
	border-top-color:#ddd;
	border-left-color: #ddd;
	background:#EEE;
	color:#008AE7;
	padding: 5px;
}
.widget.simple_search button {
	border:1px solid #ffffff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	background-color: #ededed;
	color:#008AE7;
	padding: 4px;
}
.widget.simple_search button:hover {
	background-color:#fff;
	cursor:pointer;
}	