/*
**   search_strip.css 
**
*/
.striplabel {
   color: #fff;
   font-size: 18px;
   font-weight: bold;   
   background-color: #f93;
   text-align: center;
 width:600px;
}

.striptxt {
   color: #000;
   font-size: 11px;
   font-family: arial, verdana;
}

.stripbox {
   background-color: #ffc;
  
}

.index_container {
   background-color: #ffc;
}

/* THE END */