/* CSS Document */

a:link {
font-family: arial,verdana;	
font-size: 11px; 	
color: #666565;    
underline; 
    
}    
a:hover {     
underline; Color: red;      
}
body,td,th {	
font-family: verdana,Tahoma;	
font-size: 10px;
}
#form {
width:296px;
height:171px;
}
input#first {
background:url(form.jpg);
width:165px;
height:18px;
border:1px;
border-color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding-left:4px;
}
#field {
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:5px 5px;
}
input#button {
background:url(search.png);
width:81px;
height:25px;
border:0px;
display:block;
padding:5px 5px;
}