input[type=submit] {
  background-color: orange;
  cursor: pointer;
}
input[type=submit]:hover {
    background-color: yellow;
}
.my_button1{
	width:90px;
}
.my_button2{
	width:140px;
}
