@charset "UTF-8";
.search-box {
	height: 350px;
	width: 198px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
}
.search-box-top {
	float: left;
	width: 198px;
	height: 29px;
	background:url(../images/layout_search-bgtop.gif) no-repeat;
}
.search-box-cen {
	float: left;
	height: auto;
	width: 178px;
	background-color:#F26522;
	padding:0 10px 0 10px;
}
.search-box-bott {
background:url(../images/layout_search-bgbott.gif) no-repeat top;
	float: left;
	height: 12px;
	width: 198px;
}
.search-box-register a {
color:#000000;
font-weight:bold;
text-decoration:none;
}
.search-box-register a:hover {
color:#000000;
font-weight:bold;
text-decoration:underline;
}
