input.buttonAG{
display: block;
margin-left: 8px;
min-width: 50px !important; 
padding-right: 8px;
padding-left: 5px;
padding-bottom: 17px;
margin-bottom: 550px;
height: 25px;
font-family: "Lucida Sans Unicode", Verdana;
font-size: 11px;
text-decoration: none; 
color: #fff;
text-align: center;
z-index: 100;
line-height: 20px;


/*Adds gradient for Chrome*/
/*Orange  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D9AE38), to(#D65D00));*/
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6395c6), to(#0152a1));
/*Adds gradient for Moz*/
background: -moz-linear-gradient(0% 75% 90deg, #0152a1, #6395c6);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
/*Adds box shadow for Chrome*/
-webkit-box-shadow:2px 2px 2px #9C9C9C;
/*Adds box shadow for Moz*/
-moz-box-shadow:2px 2px 2px #9C9C9C;
}
input.buttonAG:hover
{
color: #fff;
cursor: pointer;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0152a1), to(#6395c6));
background: -moz-linear-gradient(0% 75% 90deg,#0152a1, #6395c6);
z-index: 101;
}
input.buttonAG:active
{
text-shadow:1px 1px 1px #000;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0152a1), to(#6395c6));
background: -moz-linear-gradient(0% 75% 90deg,#0152a1, #6395c6);
}