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

#searchContainer{width:419px; height:54px; background-image:url(images/search_back.gif); background-repeat:no-repeat; position:absolute; margin:0 0 0 0;}
.whitetext{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; margin:17px 20px 10px 179px; letter-spacing:1px;}
.search_field
{
float:left; /* this will make the images line up */
border:1;
border-style:solid;
border-top-width:thin;
border-bottom-width:thin;
border-left-width:thin;
border-right-width:thin;
border-color:#FFFFFF;
padding:0;
width:190px; /* the width of the actual search box, must be shorter than your image so it fits inside it. */
height:20px; /* again, must be slightly less than the image size */
background-color:transparent; /* Makes the search field invisible so you can see the image we want underneath. This doesn’t work in Safari, so I may go back later and give them their own style sheet. For now, I’m not bothered by this small inconvenience. */
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;
}