﻿/* version 1.03 08/16/2017 */

a.ffs-btn, a.imgbutton, i.imgbutton
{
 clear:both;
 border: 1px solid #ffffff;
 border-style: solid;
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size:1em;
 font-family:arial, helvetica, sans-serif; 
 padding: 2px 15px 2px 15px; 
 text-decoration:none; 
 display:inline-block;
 font-weight:bold; 
 color: #0000a0; 
 background-color: #f4f5f5; 
 box-shadow: 1px 1px 5px #0C0000;
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
 min-width:80px;
 text-align:center;
}
a.ffs-btn:hover, a.imgbutton:hover {
 border:1px solid #bfc4c4;
 background-color: #d9dddd; 
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
 }
a.ffs-btn:active, a.imgbutton:active {
 position:relative;
 top:1px;
}
input.ffs-btn, input.imgbutton 
{
 clear:both;
 border: 1px solid #ffffff;
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size:1em;
 font-family:arial, helvetica, sans-serif; 
 padding: 2px 15px 2px 15px; 
 text-decoration:none; 
 display:inline-block;
 font-weight:bold; 
 color: #0000a0; 
 background-color: #f4f5f5; 
 box-shadow: 1px 1px 5px #0C0000;
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
 min-width:80px;
}
input.ffs-btn:hover, input.imgbutton:hover {
 border:1px solid #bfc4c4;
 background-color: #d9dddd; 
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
 }
input.ffs-btn:active,input.imgbutton:active {
 position:relative;
 top:1px;
}

button.ffs-btn, button.imgbutton 
{
 clear:both;
 border: 1px solid #ffffff;
 border-style: solid;
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px;
 border-radius: 2px;
 font-size:1em;
 font-family:arial, helvetica, sans-serif; 
 padding: 2px 15px 2px 15px; 
 text-decoration:none; 
 display:inline-block;
 font-weight:bold; 
 color: #0000a0; 
 background-color: #f4f5f5; 
 box-shadow: 1px 1px 5px #0C0000;
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
 min-width:80px;
 text-align:center;
}
button.ffs-btn:hover, button.imgbutton:hover {
 border:1px solid #bfc4c4;
 background-color: #d9dddd; 
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
 }
button.ffs-btn:active, button.imgbutton:active {
 position:relative;
 top:1px;
}