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

#mysearch, #search{
float:left;
}

#searchtext{

width:130px;
height:14px;

border:solid  #898989 1px;
background:none;

margin-right:7px;

color:#999999;

font-size:11px;

padding-left:3px; 

}

#searchresult{
margin-top:1.15em;
}

#searchresult th{
padding-bottom:1.15em;
font-weight:bold;
color:#666666;
}

/*.odd{
}*/
#searchresult td{
padding:1em 0 1em 0.3em;

}




.searchbutton{

background:url(../img/slice/buttons/search_button.png) no-repeat;

width:20px;

height:17px;

cursor:pointer;

border:0 none;
color:#666763;

}

#ie_submit{
width:0;
height:0;
border:0 none;
background:none;
margin:0;
padding:0;
}


#searchpos{
float:left;
margin:-2px 0.5em 0 0.5em;
}

