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

.widget.simple_search {
	float: right;
	padding:9px 10px 9px 10px;
	margin-bottom: 5px;
	border-bottom:3px solid #FFF
	
}
.widget.simple_search input[type="text"] {
	width: 110px;
	border:#A62426 1px solid;
}
.widget.simple_search input[type="image"] {
	margin-bottom:-4px;
}