@charset "utf-8";
/* CSS Document */



input.button {
    background: transparent url('images/button.jpg') no-repeat scroll top right;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	border:none;
	height:25px;
	width:65px;
	align:centre;
	TEXT-ALIGN:centre;
	
}

input.btnhov { 
   background: transparent url('images/button2.jpg') no-repeat scroll top right;
   font-family: "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
   font-size:11px;
	border:none;
	height:25px;
	width:65px;
	align:centre;
	TEXT-ALIGN:centre;
   }
