﻿#boxbuttonstroke{
width: 210px;
height: 20px;
 background-image: linear-gradient(#FFCC66 3%, #B55B00, #FFCC66 97%);
border-radius: 5px;
}
 #boxbuttonstroke:active {text-decoration: none;
    background-image: linear-gradient(#FFCC66 3%, #B55B00, #FFCC66 97%);
   }
 #boxbuttonstroke:visited {text-decoration: none;
    background-image: linear-gradient(#FFCC66 3%, #B55B00, #FFCC66 97%);
   } 
   #boxbuttonstroke:hover {
    background-image: linear-gradient(#FFE4C0 3%, #B55B00, #FFE4C0 97%);
   }