/* CSS Document */
body {
/* background-color:#BCE27F; */
background-color:0099FF;

}
#form {
background:url(bg.jpg);
/* width:394px; */
width:468px;
height:171px;
}
input#first {
background:url(form.jpg);
width:175px;
height:14px;
border:0px;
font-size:10px;
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:62px;
height:22px;
border:0px;
display:block;
padding:5px 5px;
}