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

#ssearch-box-title{
   width:620px;
   height:30px;
   overflow:hidden;
   margin-bottom:20px;
   padding:0px;
   text-align:left;
   background:url(../img_search/ssearch-title.gif);
   background-repeat:no-repeat;
}
.ssearch-box-sub-titile{
   width:620px;
   height:30px;
   font-size:14px;
   color:#0066CC;
   font-weight:bold;
   background:url(../img_search/ssearch-title-bg.gif);
   background-repeat:no-repeat;
   overflow:hidden;
   margin-bottom:10px;
   clear:both;
}
.ssearch-box{
   width:620px;
   margin-bottom:20px;
   clear:both;
}

.text-out{ text-indent:-9999px; margin:0px; padding:0px; color:#FFFFFF;}
.text-in{ text-indent:15px;}


