/* screen.cms_module_search */
.search_string {
color: #000;
}

table.search_info {
margin: 0px 5px 5px 17px;
/* border: 1px solid #ffd580; */
width: 99%;
}

table.search_info th {
border: 1px solid #f6d8d9;
padding: 5px 5px;
text-align: left;
font-weight: bold;
color: #cd3433;
background-image: url("/image/img_bg_2.gif");
}

table.search_info td {
border: 1px solid #f6d8d9;
padding: 5px 5px;
/* text-align: left; */
}

td.search_hit {
text-align: right;
}

td.search_link {
text-align: center;
}
/* /screen.cms_module_search */


