.but_sml{
	background-image:url(../images/but_sml.gif);
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
	
	.but_box{
	background-image:url(../images/but_box.gif);
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
	
	.but_large{
	background-image:url(../images/but_large.gif);
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
	
	.but_srch{
	background-image:url(../images/but_srch.gif);
	background-repeat:no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
	
	.button-style 
	{
        display:block;
        border: 1px solid #000000;
        padding-left:5px;
        padding-right:5px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFFFFF;
        text-transform:capitalize;
        background-image:url(../images/button-bg-off.jpg);
        background-repeat:repeat-x;
        height:25px;
        
        
}
.button-style:hover 
{
	 background-image:url(../images/button-bg-on.jpg);
	 cursor:pointer;
}
