﻿#boxbutton{
width: 79px;
height: 20px;
 background-image: linear-gradient(#FFCC66 3%, #B55B00, #FFCC66 97%);
border-radius: 5px;
}
 #boxbutton:visited {
    background-image: linear-gradient(#FFCC66 3%, #B55B00, #FFCC66 97%);
   } 
   #boxbutton:hover {
    background-image: linear-gradient(#FFE4C0 3%, #B55B00, #FFE4C0 97%);
   }
