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

.widget.simple_search {
	float: right;
	padding:0px;
	margin-top: 60px;
	margin-right:15px;
	background:none;

}
.widget.simple_search input[type="text"] {
	width: 125px;
	border:1px solid #AF4B0A;
	background: #CE590B;
	color:#fff;
	padding-left:5px;
}
.widget.simple_search input[type="image"] {
	margin-left:2px;
	margin-bottom:-5px;
}

