@charset "utf-8";
/* CSS Document */

.widget.simple_search {
	float:right;
	padding:5px;
	margin-top: 0px;
	background:transparent url(../../../images/tralco/search_bg.png) no-repeat scroll center top;
	margin-bottom:10px;
	background-color:#F3F3F3;
	border:1px solid #E1E1E1; 
	width:200px;
}
.widget.simple_search input[type="text"] {
	width: 100px;
	margin-bottom:3px; 
}