
<style>

  button.mybutton{
  width: 90px;
	
  }
  
#reset,#save{
		background-color: blue;
		border: none;
		color: white;
		padding: 4px 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 15px;
		border-radius: 10px;
		width: 90px;
		height:25px;

}

#reset,#save:hover{
	background-color: blue;
  	color: white;
  	cursor: pointer;
}


  </style>

