/* Created on Dec 11, 2009 2:24:32 PM */

button
{
    background: url(yellowbutton.png) no-repeat;
   	font-family: 'Lucida Handwriting', 'Verdana';
		font-size:14px;
    height: 33px;
    width: 100px;
    border: none;
}

button:hover
 {
     background: url(yellowbutton.png) -100px 0 no-repeat;
     cursor : pointer;
 }
  
button:active
 {
     background: url(yellowbutton.png) -200px 0 no-repeat;
 }
