#search
{
	display: inline;
}

#search_box
{
    width: 326px;
    height: 35px;
    background: url(/images/searchfield.png);
}

#search_box #q
{
    float: left;
    padding: 0;
    margin: 10px 0 0 10px;
    border: 0;
    width: 306px;
    background: none;
}

button#go {
   border: none;
   background-color: transparent;
	cursor:pointer;
}

.sharpie_box
{
   width: 326px;
   height: 35px;
   background: url(/images/searchfield.png);
}

.sharpie_box input
{
   float: left;
   padding: 0;
   margin: 10px 0 0 10px;
   border: 0;
   width: 306px;
   background: none;
}

button#send
{
   border: none;
   background-color: transparent;
	cursor:pointer;
}