@charset "utf-8";
/* CSS Document */

*{
	padding:0px; margin:0px; text-decoration:none; border:0px; outline:none;
}
body{
	background:#fff; padding:0px; margin:0px;
}

.top_search_field{
	font:11px Arial, Helvetica, sans-serif; color:#000; border: 1px solid #E1E1E1;
}
.search_btn{
	background-image:url(../images/home/search-btn.gif); background-repeat:no-repeat; width:55px; height:20px;
	cursor:pointer; cursor:hand;
}
