.search_button
    {
    border:0px;
    background-color:#c50202;
    text-decoration:underline;
    font:bold 12px Verdana;
    color:#FFF;
    cursor:pointer;
    }

    
.intup
    {
    /*background-color:#D6D6D6;*/
    padding:5 10 6 5;
    float:left;
    }
.link_sub
    {
    /*background-color:#D6D6D6; */
    padding:20 8 1 0;
    float:left;
    }
.serText
    {
    font: normal 11px Verdana;
    color:#000;
    padding-bottom:3px;
    padding-left:3px;
    }
.tabl_bord
    {
    /*border-left:1px solid #bfbfbf; 
    border-right:1px solid #bfbfbf;*/
    padding: 0 0 10 0;
	margin-top: -8px;
    }                               

.title_show
    {
    /*background-color:#D6D6D6;*/ 
    HEIGHT:32px;
    font:bold 16px Arial;
    line-height:32px;
    border:1px solid #808080;
    }
.search_text
    {
	font: normal 13px Verdana;
	color: #000;
	/* border-top: 2px solid #808080; */
	/* border-bottom: 1px solid #808080; */
	/* border-right: 1px solid #808080; */
	/* border-left: 2px solid #808080; */
	*width: 205px;
	border: none;
	*border-radius: 10px;
	*padding: 5px;
	*padding: 5px 15px;
	/* font-style: italic;*/
	padding: 2px 2px 2px 3px;
	border-radius: 4px 4px 4px 4px;
    }
#searchstring:focus {
	outline: none;
}
.search-button {
	border: none;
	background: url(/images/search.png) no-repeat;
	width: 15px;
	position: relative;
	top: 2px;
	left: 7px;
	margin-right: 10px;
	cursor: pointer;
}
.search-button:focus {
	outline: none;
}
.search-new {
	border: 1px solid #ccc;
	padding: 2px 0px;
	width: 238px;
	border-radius: 2px;
}