@charset "ISO-8859-1";


        body
        {
            margin:0;
            padding:0;
            font-family:'Verdana', sans-serif;
            font-size:12px;
	    color: #454545;
        }
 
 
        a img
        {
            border:none;
        }
 
 
        div#outer
        {
        /* 1px border means content area must be
            2px smaller than total size */
            width:178px;
            height:48px;
            background-color:#ffffff;
            margin:0;
            /* padding:0; */
            position:relative;
	    padding: 3px 0 0 25px;
        }
 
 
        div#logo
        {
            position:absolute;
            bottom:0;
            background-color:#000000;
            width:178px;
            height:36px;
            padding:3px 0;
            border:none;
            text-align:center;
        }
 
 
        div#logo a
        {
            color:#ffffff;
        }
 
 
        form
        {
            margin:0;
            padding:0 5px;
            white-space:nowrap;
        }
 
 
        form p
        {
            margin:7px 0;
            font-weight:bold;
        }
 
 
        form select
        {
            width:168px;
        }
 
 
        form input#field-keywords
        {
            width:137px;
            position:absolute;
            top:0;
            left:0;
        }
 
 
        form input#button
        {
            position:absolute;
            top:0;
            right:0;
        }