@charset "utf-8";
    
	 .sp_input_text_style,
	  .sp_input_text_style * {
			padding:0px;
			margin:0px; 
			
	  }
	
    .sp_input_text_style {
       display:inline-block;
       *display:inline;
       zoom:1;
       position:relative; 
	   width:auto;
	   height:auto;
    }
    
    .sp_input_text_style > div {
        position:absolute;
        background:url(../images/style.png);
        width:11px;
        height:22px;
        top:0px;
		*top:1px;
          
    }
    
    .sp_input_text_style > input {
       border:none;
       background:url(../images/style.png) repeat-x 0px -22px transparent;
       height:22px;
       margin:0px 11px;
	   line-height:22px; 
	    
    }
    
    .sp_input_text_style > .right{
        background-position:-11px 0px;
        right:0px;   
    }
    
