﻿.Button
{
background:    #3399FF;
color: #000000;
font-size:small;
font-family:Tahoma;
padding: 6px 30px;
border-bottom:3px solid #3399FF;

border-radius: 10px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
    text-align: center;
}
.Button:hover
{
background:#99CCFF;
border-bottom: 3px solid #99CCFF;

}
.Button:focus
{
outline: none;
}
