I tried my level best, but I couldn't do it.


See this search box.


The text 'Search' is stuck to the borders. I cannot move it a little bit more to right so that it comes inside the box.

Here is the CSS of it.

PHP Code: 
#search {
    
displayinline;
    
floatright;
    
margin0px 5px 0 5px;
    
padding0px 0 0;
    
text-alignleft;
    
top0px;
}

#searchbox {
    
width180px;
    
float:left;
    
padding5px 0px 3px 0px;
    
backgroundurl('images/search.png');
    
border0;
    
margin2px 2px 2px 0px;
    
color#fff;
    
font-size11px;
    
font-family"Lucida Grande""Lucida Sans Unicode"ArialHelveticaSans-Serif;
}

.
go {
    
margin-top6px;
    
margin-left: -20px;
    
padding0px;
    
color#000;
    
display:inline;

Here is the form.

PHP Code: 
<form method="get" id="search" action="<?php bloginfo('home'); ?>/">
        <div><input type="text" value="Search" name="s" id="searchbox" onFocus="if (this.value == 'Search') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'Search';}" />
        <input type="image" src="<?php bloginfo('template_directory'); ?>/images/go.png" align="top" alt="Search" class="go" value="Search" />
        
        </div>
        </form>
EDIT:

Live Website : http://scenexxx.com (+18, NSFW)
BlaZe Reviewed by BlaZe on . Minor CSS Help needed. I tried my level best, but I couldn't do it. See this search box. http://i.imm.io/66MP.png The text 'Search' is stuck to the borders. I cannot move it a little bit more to right so that it comes inside the box. Here is the CSS of it. Rating: 5